We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab29052 commit 79ea111Copy full SHA for 79ea111
1 file changed
.gitignore
@@ -1,22 +1,30 @@
1
-# Local cache
+# -----------------------------------------------------------------------------
2
+# ddp .gitignore
3
+# Local/dev artifacts only. Keep this minimal and repo-specific.
4
5
+
6
+# --- Marimo (cache) ---
7
__marimo__
8
-# Python
9
+# --- Python ---
10
.venv/
11
__pycache__/
12
*.py[cod]
13
-# Environment variables
14
+# --- Environment variables ---
15
.env
16
.env.local
17
-# Next.js
18
+# --- Next.js (app/) ---
19
app/.next/
20
app/out/
21
app/node_modules/
22
-# OS
23
+# --- OS ---
24
.DS_Store
25
-# Claude Code local settings
-.claude/
26
+# --- Claude Code (local settings) ---
27
+.claude/
28
29
+# --- Editor / IDE ---
30
+.vscode/
0 commit comments