Skip to content

Commit 5129578

Browse files
committed
chore(repo): ignore local plans and cursorrules
Ignore /plans/ and /.cursorrules to keep local scratch docs and Cursor config out of version control.
1 parent fbf9ad9 commit 5129578

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
.DS_Store
22
scratch/
33

4+
# Local plans and scratch docs (never commit)
5+
/plans/
6+
7+
# Cursor AI assistant rules (local only)
8+
/.cursorrules
9+
410
# Byte-compiled / optimized / DLL files
511
__pycache__/
612
*.py[cod]

0 commit comments

Comments
 (0)