# Python
__pycache__/
*.pyc
.venv/
venv/

# uv
.uv/

# build outputs (the plugin wheel builds at the repo root: ./dist)
build/
dist/
*.egg-info/

# env / secrets
.env
*.env

# generated parity outputs (curated findings live in research/docs/VALIDATION.md)
research/reports/parity.json
research/reports/parity.md

# local artifact copies pulled from the Modal volume
research/artifacts/*/
!research/artifacts/.gitkeep

# model cache
*.safetensors
hf-cache/

# local Claude settings
.claude/
