forked from danielcamposramos/Knowledge3D
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (49 loc) · 1.03 KB
/
.gitignore
File metadata and controls
59 lines (49 loc) · 1.03 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
__pycache__/
*.pyc
# Local build + logs (kept empty in Git)
build/*
!build/.gitkeep
logs/*
!logs/.gitkeep
# Runtime workspace outputs
viewer/public/*
!viewer/public/.gitkeep
viewer/dist/
.cupy_cache/
# Large datasets
data/ai_compendium_80k_vectors.csv
data/*.pt
data/*.bin
data/*_dirty.jsonl
# Model checkpoints (generated, not source)
checkpoints/
# Virtual environments / dotenvs
.venv*/
.env*/
.pyenv/
# Legacy large assets (generated into Knowledge3D.local)
viewer/public/house/materialized_objects/
viewer/public/house/*.glb
viewer/public/house/*.json
viewer/public/houses/**/*.gltf
viewer/public/houses/**/*.json
viewer/public/houses/**/*.bak
# Temporary artifacts
*.log
*.pid
live_server.*
vite.log
*.tmp
.pytest_cache/
# Profiling data (large files)
*.qdstrm
*.qdrep
*.nsys-rep
*.ncu-rep
rpn_kernel_profile.*
# TEMP folder: Track development chain documentation
# Exclude only files larger than 99MB (if any exist)
# Note: Currently all TEMP files are <1MB, well below threshold
.claude/
# Runtime data (generated per session)
$ROOT/