mospoly-helper/.dockerignore
2026-01-05 19:10:03 +03:00

68 lines
604 B
Text

# Git
.git
.gitignore
.gitattributes
# 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 Environment
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
logs/
*.log
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Documentation
docs/
reports/
site/
task/
*.md
!requirements.txt
# Cache (будет монтироваться через volume)
src/data/cache/
src/data/users/
# Temporary files
*.tmp
*.bak
*.swp
.cache/