-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (40 loc) · 800 Bytes
/
.gitignore
File metadata and controls
52 lines (40 loc) · 800 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
# Environment
.env
.env.local
.env.*.local
# Dependencies
node_modules/
frontend/node_modules/
# Python
__pycache__/
*.pyc
*.pyo
backend/__pycache__/
# Build
frontend/dist/
frontend/.vite/
# Docker
*.log
# OS
.DS_Store
Thumbs.db
# Course materials (copyrighted slides/PDFs — not for distribution)
data/materials/
# Internal feedback / strategy docs
docs/FEEDBACK.md
# LightRAG generated storage (large vector DBs — regenerate with ingest.py)
data/lightrag_storage*/
# Catch-all for any other local data
data/*
!data/.gitkeep
# xAPI mock data (seeded in PostgreSQL — regenerate via POST /api/xapi/seed)
data/xapi/
*.xapi.json
# Exported analytics reports (generated on demand)
exports/
*.analytics.pdf
*.analytics.docx
*.analytics.xlsx
# IDE Support
.claude/
kg_color_explainer.html