Files
new_lottery_bot/.dockerignore
2025-11-16 12:36:02 +09:00

101 lines
980 B
Plaintext

# Файлы и папки, которые не нужны в Docker образе
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore
.gitattributes
# CI/CD
.drone.yml
.github/
.gitlab-ci.yml
# Logs
*.log
logs/
# Database files (for development)
*.db
*.sqlite
*.sqlite3
# Temporary files
*.tmp
*.temp
.cache/
# Documentation
docs/_build/
.readthedocs.yml
# Test files
.coverage
.pytest_cache/
.tox/
.nox/
htmlcov/
# Development tools
.mypy_cache/
.pylint.d/
.black
.flake8
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Monitoring (будут добавлены в runtime)
monitoring/
# Backup files
*.bak
*.backup