# 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/

# Benchmark output: transcripts and metrics, regenerated by `acumen bench`.
# skills/ is NOT ignored — a drafted skill is a versioned, immutable artifact.
runs/

# Worked examples (config, tasks, skills, runs, reports) are kept out of the repo.
examples/

# Generated reports.
report.html
report.csv

*ipynb*
