Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ node_modules/
.env.*
*.log
.DS_Store

# Local research / iteration artifacts. Kept out of the public repo so
# reviewer transcripts, draft prompts, and week-by-week notes cannot land
# via an accidental `git add -A`. Anything meant for the repo should live
# in a tracked, generically-worded file (README, docs/, rules/*.md).
docs/reports/
feedbacks/
rules/*.draft.md
Loading