-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (51 loc) · 903 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (51 loc) · 903 Bytes
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
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
*.egg
.pytest_cache/
# Node
node_modules/
dist/
# Generated config artifacts
vite.config.js
vite.config.d.ts
*.tsbuildinfo
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
.claude/*
!.claude/skills/
.claude/settings.local.json
*.swp
# Firebase
.firebase/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
deployments.txt
HACKATHON.md
CLAUDE.md
# Folders
screenshots/
submission/
!submission/gcp_proof.mov
tasks/
metadata/
# Brand assets (kept out of the repo — managed separately)
design/
# Source textbooks — copyright reference/grounding only, never distributed (~325MB)
content/Books/
# Personal marketing drafts / screenshots
content/LinkedIn/
# Session handoff scratch doc (superseded by CLAUDE.md / AGENTS.md / curriculum plan)
HANDOFF.md
# live-bridge billing config (mode-specific Stripe price IDs)
backend/live-bridge/.deploy.env