chore: initial commit
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.DS_Store
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.idea/
|
||||
.vscode/
|
||||
.env
|
||||
logs/
|
||||
*.log
|
||||
*.log.*
|
||||
*.gz
|
||||
cache.db
|
||||
data/*.db
|
||||
*.session
|
||||
telegram_sessions/
|
||||
node_modules/
|
||||
venv/
|
||||
*.session*
|
||||
._*
|
||||
Reference in New Issue
Block a user