-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (74 loc) · 1.51 KB
/
.gitignore
File metadata and controls
87 lines (74 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# dependencies
node_modules/
.pnpm-store/
web/.vite/
# builds
dist/
build/
out/
web/dist/
*.tsbuildinfo
# env
.env
.env.local
.env.production
.env.development
.env.docker
.env.*.local
!.env.example
# local dev compose override (per-laptop; don't ship — it'd auto-load on
# self-hosters' machines and override their prod setup)
docker-compose.override.yml
docker-compose.override.yaml
_dev/
# playwright MCP runtime scratch (snapshots, console dumps)
.playwright-mcp/
# state-of-the-codebase audit docs — local working notes, not for the public repo
_state/
# python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
api/.venv/
mcp/.venv/
# editors
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
# vercel
.vercel/
# logs
*.log
npm-debug.log*
pnpm-debug.log*
.vercel
# tool-local state
.claude/
CLAUDE.md
ROADMAP.md
launch-posts.md
OPENSTUDY-PLAN.md
OPS.md
# brand build tooling + internal preview (finished SVG/PNG assets ARE committed)
docs/brand/preview.html
docs/brand/wordmark/debug.svg
scripts/_vectorize_mark.py
scripts/_build_wordmark.py
scripts/_remove_watermark.py
scripts/_export_brand.py
# Personal automation / ops scripts not for distribution. The patterns these
# implement (cron-trigger reindex, Telegram bot webhook) are generic and live
# in app/routers/internal.py — what's gitignored here is the maintainer's
# specific local-laptop and remote-host wiring.
scripts/laptop-sync.bat
scripts/_purge_old_moodle.py
scripts/_set_password.py
scripts/n8n-workflows/
scripts/_deprecated/