Skip to content

Commit 79ea111

Browse files
committed
chore: update .gitignore
1 parent ab29052 commit 79ea111

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

.gitignore

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
1-
# Local cache
1+
# -----------------------------------------------------------------------------
2+
# ddp .gitignore
3+
# Local/dev artifacts only. Keep this minimal and repo-specific.
4+
# -----------------------------------------------------------------------------
5+
6+
# --- Marimo (cache) ---
27
__marimo__
38

4-
# Python
9+
# --- Python ---
510
.venv/
611
__pycache__/
712
*.py[cod]
813

9-
# Environment variables
14+
# --- Environment variables ---
1015
.env
1116
.env.local
1217

13-
# Next.js
18+
# --- Next.js (app/) ---
1419
app/.next/
1520
app/out/
1621
app/node_modules/
1722

18-
# OS
23+
# --- OS ---
1924
.DS_Store
2025

21-
# Claude Code local settings
22-
.claude/
26+
# --- Claude Code (local settings) ---
27+
.claude/
28+
29+
# --- Editor / IDE ---
30+
.vscode/

0 commit comments

Comments
 (0)