LichessStatTgWeb/.gitignore
vrubelroman 8828375207 refactor: move bot tokens to .env, remove hardcoded credentials
- Remove IS_PROD flag and hardcoded tokens from config.py
- Read TELEGRAM_BOT_TOKEN and ADMINPANEL_TELEGRAM_BOT_TOKEN from env
- Add env_file: .env to lichess-bot and admin-bot in docker-compose.yml
- Add .env to .gitignore (no longer tracked)
- Add .env.example with test tokens
2026-06-30 18:15:44 +00:00

71 lines
771 B
Text

# 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
.env.local
.env.backup
# Auth config (contains passwords)
LichessWebView/auth_config.json
# 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