Files
pawhub-telegram-bot/.gitignore
T
2025-12-24 02:08:52 +01:00

17 lines
221 B
Plaintext

# Created by venv; see https://docs.python.org/3/library/venv.html
# Python
__pycache__/
.python-version
/venv/
pyvenv.cfg
# IDE specific files
.vscode/
.idea/
# telegram bot token config
telegram_bot_token.cfg
logs/