19 lines
136 B
Text
19 lines
136 B
Text
# Python
|
|
__pycache__/
|
|
venv/
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
# Calendars
|
|
calendars/
|
|
|
|
# Bot private
|
|
edt.db
|
|
token.ini
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# Alembic
|
|
alembic*
|