# Temp files
.DS_Store
*~
buck-out/

# Compiled files
.venv/
__pycache__/
.*cache/

# Distribution / packaging
/dist/

# Tests and coverage
/data/
/node_modules/
/.coverage*

# docs
/docs/generated/
/docs/_build/

# SLURM + bench job logs (run artefacts, not source)
/*.log
/.dex/
bench/logs/
**/*.err

# nsys / profiling artefacts
*.nsys-rep
*.sqlite
*.qdrep
*.qdstrm

# libcufile auto-creates this in cwd
cufile.log
.gpustore_test_*
.gpustore_talon_slice*

# One-off spike/experiment scripts under bench/.  Real benchmarks land
# in bench/baseline.py and the upcoming Phase 6 suite.
bench/spike_*.py

# czarr-bench: keep the trackable result rows (*.jsonl), drop the regenerable
# store fixtures and any in-tree nsys/ncu captures.
bench/results/fixtures/
bench/results/nsys_*
bench/results/*.ncu-rep
/site/
/bench/
/.planning/
/.dex
