replace-bot/.gitignore

22 lines
260 B
Plaintext
Raw Permalink Normal View History

2022-02-16 18:13:44 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Bot files
*.ini
!example_config.ini
*.json
2023-02-19 01:51:52 +03:00
!configs/timetable/groups.json
*.jpg
2022-02-16 18:13:44 +03:00
*.db
*.sqlite3
*.txt
!requirements.txt
test.py
2023-03-29 16:39:51 +03:00
engineering_works.py
2022-02-16 18:13:44 +03:00
venv/
2022-10-07 17:50:42 +03:00
.vscode/