mirror of
https://github.com/JuliusBrussee/caveman.git
synced 2026-08-11 13:21:09 +02:00
Make the README install flow easier to scan by surfacing one-agent install paths directly and pointing users to `INSTALL.md` for the full matrix. Also ignore the local `tmp-starcharts/` scratch directory so generated chart work stays out of git.
18 lines
319 B
Plaintext
18 lines
319 B
Plaintext
benchmarks/results/*.json
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.env.local
|
|
**/.DS_Store
|
|
.claude/worktrees/
|
|
evals/snapshots/*.html
|
|
evals/snapshots/*.png
|
|
context/refs/research-brief-caveman-code-efficiency.md
|
|
|
|
# Build artifacts
|
|
dist/*
|
|
!dist/caveman.skill
|
|
|
|
# Local star-history chart scratch (not part of the product)
|
|
tmp-starcharts/
|