Files
botovod/.gitignore
2024-10-11 18:28:12 +03:00

24 lines
293 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Игнорировать байткод
*.pyc
*.pyo
**/__pycache__/
prototypes
# Visual Code
.vscode/
# Архивы
*.tar.gz
*.zip
*.tar.bz2
# Каталог с настройками и данными
**/data/
**/config/
# Игнорировать логи
**/logs/
*.log
alembic.ini