Replaces explicit *.local.md + *.local.json rules with single *.local.* glob covering the new examples/01-add-verbose-flag/perf-measure.local.sh and perf-baseline.local.md operator-driven measurement harness for SC1 wall-time gate. The harness files themselves stay outside git (operator-run only). The .gitignore generalization is the only tracked change. [skip-docs]
25 lines
497 B
Text
25 lines
497 B
Text
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Local configuration / session files
|
|
*.local.*
|
|
REMEMBER.md
|
|
TODO.md
|
|
ROADMAP.md
|
|
|
|
# Local planning docs (briefs, design notes, observations) — never committed.
|
|
# Existing tracked files in docs/ predate this rule; new planning docs stay local.
|
|
docs/ultracontinue-brief.md
|
|
docs/ultracontinue-design-notes.md
|
|
|
|
# Ultraplan project directories — briefs, research, plans, progress all local.
|
|
.claude/projects/
|