__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.hypothesis/
.coverage
htmlcov/
coverage.xml
.DS_Store
.idea/
.vscode/
.claude/
# Internal working documents: strategy and engineering handoff notes, kept locally.
PLAN.md
HANDOFF.md
OPTIMIZATION_LOG.md

# Datasets are downloaded on demand by jaxpike.data, never versioned.
data/

# docs site
node_modules/
website/build/
website/.docusaurus/

# benchmark artifacts: results are committed deliberately, raw traces are not
benchmarks/results/raw/
*.jsonl.gz
*.nsys-rep
