Skip to content

Commit 63a3a43

Browse files
committed
build: Update .gitignore to include AI context files and VSCode settings
1 parent c09757e commit 63a3a43

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ terraform.rc
3333
.DS_Store
3434
todo.md
3535

36+
# AI context files — internal developer notes, not for public release
37+
CLAUDE.md
38+
claude-planning/
39+
3640
# Ignore vim swap files
3741
*.swp
3842
*.swo
@@ -45,3 +49,4 @@ todo.md
4549
# Ignore lambda zip files and build directories
4650
*.zip
4751
builds/
52+
.vscode/settings.json

0 commit comments

Comments
 (0)