__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.env
.idea/
.vscode/
.DS_Store

# build / dist
build/
dist/
*.egg-info/
*.tar.gz

# CLI runtime
out/
output/
*.dump.json
*.detect.json
*.shift_age*.json

# models (downloaded to HF cache, not committed)
models/
hf_cache/
