Files
yellowjacket/.gitignore
T
yonluandClaude Opus 4.6 f1335a54f0 chore: gitignore gsd-session-*.html dumps
These are session exports that land at the repo root and should not
be tracked. The .gsd directory is already ignored; this covers the
stray HTML files produced alongside it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 11:38:09 -04:00

41 lines
397 B
Plaintext

frontend/dist
node_modules
build
test_data
test.db
.aider*
lefthook-local.yml
# Profiling artifacts
trace-*.out
*.pprof
# ── GSD baseline (auto-generated) ──
.gsd
gsd-session-*.html
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
node_modules/
.next/
dist/
build/
__pycache__/
*.pyc
.venv/
venv/
target/
vendor/
*.log
coverage/
.cache/
tmp/