-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (34 loc) · 1.61 KB
/
Copy path.gitignore
File metadata and controls
42 lines (34 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ── Secrets & user data ───────────────────────────────────────────
.env
*.backup.*
.local-cli-memory.json
.local-cli-changelog.json
# ── Python build artifacts ────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
# ── Test & benchmark artifacts ────────────────────────────────────
.pytest_cache/
.benchmarks/
# ── Local model files (can be gigabytes) ─────────────────────────
models/
# ── Development-only folders ─────────────────────────────────────
archive/
plugins/
# ── IDE ───────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
# ── OS ────────────────────────────────────────────────────────────
Thumbs.db
.DS_Store
# ── Tool integrations ─────────────────────────────────────────────
.claude/
.playwright-mcp/
# ── Session exports (user-generated, stored in CWD) ──────────────
session_*.md