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>
41 lines
397 B
Plaintext
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/
|