LichessStatTgWeb/.gitignore
vrubelroman cb1c6b9caf Добавить config.py в .gitignore
- Добавлен config.py и LichessClientTG_bot/config.py в .gitignore
- Удален config.py из отслеживания git (файл остается локально)
2025-10-31 19:08:01 +03:00

71 lines
858 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
# Config files
config.py
LichessClientTG_bot/config.py
# 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