# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual envs
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Git
.git/
.gitignore

# Runtime data (mounted as volumes)
data/

# Docker meta (avoid recursive copy)
Dockerfile
docker-compose*.yml
.dockerignore
.env*

# Documentation (kept on host, not needed in image)
docs/
README.md

# Logs
*.log
