15 lines
204 B
Plaintext
15 lines
204 B
Plaintext
# Created by venv; see https://docs.python.org/3/library/venv.html
|
|
|
|
# Python
|
|
__pycache__/
|
|
.python-version
|
|
/venv/
|
|
|
|
|
|
# IDE specific files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# telegram bot token config
|
|
telegram_bot_token.cfg
|