LichessStatTgWeb/.gitignore
vrubelroman 539e0f3aa4 Добавлен .env файл с параметрами проекта в репозиторий
- .env больше не в .gitignore
- Добавлен COMPOSE_PROJECT_NAME=lichess для единого пространства в Docker
- Все контейнеры отображаются в одном проекте 'lichess'
2025-10-28 21:43:55 +03:00

67 lines
802 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