Initial version of Telegram admin bot
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Virtual env
|
||||
.venv/
|
||||
|
||||
# Secrets
|
||||
config.yaml
|
||||
*.env
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Runtime
|
||||
/var/run/tg-bot/
|
||||
Reference in New Issue
Block a user