# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts
/build/
/dist/
*.so

# Virtual environments
.venv/

# R cache lock and fresh-regeneration backup
tests/_r_cache.lock
tests/_r_cache.json.bak

# Vendored R NNS local-install build artifacts
tools/NNS/src/*.o

# Stray R plotting artifact from headless regeneration
Rplots.pdf

# Workflow-local input file (sync/last_* reports stay tracked by design)
/changed_files.json

# Local working checkouts of upstream repos
/upstream/

# Local notes
/NNS_LOCAL_REFERENCE.md

# MkDocs build output
/site/
