Files
fckbot/.gitignore
Markov Andrey e3cc5c9f03 Add new file
2026-06-30 08:33:01 +00:00

53 lines
711 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.
# Виртуальные окружения (и для macOS, и для FreeBSD)
venv_mac/
venv/
env/
.env/
# Кэш Python
__pycache__/
*.py[cod]
*.so
# Логи
*.log
logs/
# Временные файлы
temp/
tmp/
*.tmp
# Данные, которые не должны быть в репозитории (по ТЗ они лежат в профилях)
data/
*.db
*.sqlite
# Файлы с секретами (если случайно создадутся)
*.key
*.pem
*.crt
# IDEs и редакторы
.vscode/
.idea/
*.swp
*.swo
*~
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
.directory
*~
# Конфигурационные файлы
*.conf