-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (46 loc) · 786 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (46 loc) · 786 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
node_modules
.pnpm-store/
.env
.env.local
data/
dist/
release/
release.nosync/
graphify-out/
test/
web/dist-app/
models/
python/runtime/
python/sidecar.nosync/
python/sidecar/
native/transcription/build.nosync/
native/transcription/sidecar.nosync/
*.log
.DS_Store
dev-docs/
package-lock.json
playwright-report/
test-results/
# Chinese mirrors / drafts. The committed docs are English-only
# (see CLAUDE.md); Chinese Markdown variants stay local.
*.zh.md
# Per-space sidecars StashBase itself writes when the repo is opened
# as a space. Never meant to travel with the repo.
.stashbase/
.claude/
.codex/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
# IDE / editor
.vscode/
.idea/
*.swp
*.swo
# TypeScript
*.tsbuildinfo
python/.venv.nosync/
python/.venv/
python/pyinstaller-cache.nosync/