# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.phaios-env/
.venv/
venv/
env/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/

# Editor / OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/

# Test output — never commit processed images
*.tif
*.tiff
*.jpg
*.jpeg
*.png

# Distribution / packaging
*.whl
*.tar.gz
MANIFEST

# Locale compiled files (source .po files are committed, .mo are built)
*.mo
