# Docker ignore file to reduce build context size
**/__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.git
.gitignore
.github
.vscode
.idea
*.md
!README.md
.env
.env.*
!.env.example
*.log
.coverage
.pytest_cache
.mypy_cache
dist/
build/
*.egg-info/
screenshots/
docker-compose.yml
Dockerfile*
*.tar
*.zip
.venv/
venv/
.ruff_cache/
