__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.venv/
venv/

# Benchmark output lives inside each skill directory.
**/.agent-skill/runs/

# Third-party agent skills installed via `npx skills add` (e.g. strix).
.agents/
.claude/

# strix lockfile from npx skills add
skills-lock.json

# build artifacts
dist/

# local benchmark scratch (raw run records are committed under examples/)
bench_logs/
run_*.sh
