We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09757e commit 63a3a43Copy full SHA for 63a3a43
1 file changed
.gitignore
@@ -33,6 +33,10 @@ terraform.rc
33
.DS_Store
34
todo.md
35
36
+# AI context files — internal developer notes, not for public release
37
+CLAUDE.md
38
+claude-planning/
39
+
40
# Ignore vim swap files
41
*.swp
42
*.swo
@@ -45,3 +49,4 @@ todo.md
45
49
# Ignore lambda zip files and build directories
46
50
*.zip
47
51
builds/
52
+.vscode/settings.json
0 commit comments