# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/

# Virtual environments
venv/
.venv/
env/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Documentation (not needed in container)
*.md
!README.md

# Git
.git/
.gitignore

# UV lock file (not needed, we use pyproject.toml)
uv.lock

# Local data
/output/
/data/
*.tif
*.tiff
*.png
*.jpg
