# 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
