forked from img2threejs/img2threejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (30 loc) · 876 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (30 loc) · 876 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
# Python
__pycache__/
*.pyc
# macOS
.DS_Store
# Editor
.vscode/
.idea/
# Scratch / generated review artifacts (keep committed demos in assets/)
*.tmp
# Local-only planning docs — never committed (feature work is committed, plans are not)
docs/PLAN_*.md
# OMC planning/team state — local orchestration artifacts, never part of a release
.omc/
.omo/
.opencode/
# Extracted Valve CS2 textures -- IP belongs to Valve, never committed.
cs2_textures/
# Runtime dependencies and generated browser bundles
runtime/**/node_modules/
runtime/**/dist/
runtime/**/.vite/
.cache/spec-search/
# Demo GIFs/renders in assets/ stay local, but the README's logo must ship with the repo.
# Note the trailing `*`: git cannot re-include a file whose parent directory is excluded,
# so `assets/` + `!assets/logo.svg` would silently not work.
assets/*
!assets/logo.svg
openspec/
runtime/