LichessStatTgWeb/.gitignore
vrubelroman a5d6481495 Вернуть config.py в репозиторий
- Удален config.py из .gitignore
- config.py теперь отслеживается в git
- Позволяет синхронизировать настройки между машинами
2025-10-31 19:39:40 +03:00

68 lines
803 B
Text
Raw 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.

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.pytest_cache/
# Virtual environments
venv/
env/
ENV/
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Databases
*.db
*.sqlite
*.sqlite3
data/
# Logs
*.log
logs/
# Docker
.dockerignore
# Environment
# .env - НЕ в ignore, чтобы параметры проекта были в репозитории
.env.local
.env.backup
# Node modules (если будут использоваться)
node_modules/
npm-debug.log
# Временные файлы
*.tmp
*.bak
*.cache
# Файлы кеша
.cache/
# Документация и временные файлы
LichessClientTG_bot/docs/*.html
LichessClientTG_bot/docs/*.txt
LichessClientTG_bot/docs/*_files/
LichessWebServices/*.txt