__pycache__/
*.pyc
*.pyo
dist/
build/
*.egg-info/
.eggs/
.env
.venv/
*.egg
.ipynb_checkpoints/

# Local-only artifacts at repo root (canonical files are in docs/ or examples/)
/dimensions.md
/encoding_output.json
/*.html
/*.pdf

# Editor / OS noise
.idea/
.vscode/
.DS_Store
