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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ __pycache__/
# Claude Code worktree config — per-session local state, not part of the project
.claude/

# SpecStory (Cursor IDE auto-save) — already excluded from Cursor indexing
# via .cursorindexingignore; this also keeps it out of git.
.specstory/

# Jupyter Notebook
.ipynb_checkpoints

Expand Down
Loading