build/
build-*/
.venv/
__pycache__/
*.pyc
*.pyo
*.so
*.dylib
*.egg-info/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store
compile_commands.json
.cache/
tests/golden/**/*.npz
!tests/golden/**/manifest.json
weights/

# Internal planning and notes — top-level README and docs/ are public.
*.md
!/README.md
!docs/**/*.md
