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

17 lines
220 B
Plaintext

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