-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
167 lines (147 loc) · 2.52 KB
/
Copy path.gitignore
File metadata and controls
167 lines (147 loc) · 2.52 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# OS / editor junk
Thumbs.db
desktop.ini
.DS_Store
*.swp
*.swo
*~
.idea/
.vscode/
# Dependencies
node_modules/
.venv/
venv/
__pycache__/
*.py[cod]
*.pyo
.Python
*.so
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage/
# Models (large files; copy from D:\DAW Collection\stem-models per docs)
models/
*.tgz
*.pt
*.pth
*.bin
*.onnx
*.ort
*.safetensors
*.msgpack
*.ckpt
*.h5
*.hdf5
*.joblib
*.pkl
*.pickle
# Python build artifacts
*.egg-info/
# ML / binary weights and archives — keep ignoring by extension repo-wide.
# Do NOT use blanket *.json / *.yaml / *.toml / *.yml here: those hid tsconfig,
# GitHub Actions, pyproject.toml, and other source files.
# Typical secret filenames (add others if your tools generate them)
credentials.json
*-credentials.json
google-services.json
deploy-to-ec2.sh
.agents/skills/impeccable
# Local env (never commit real secrets)
.env
.env.*
!.env.example
!**/.env.example
# Server-sync local env mirrors (double-underscore names are not matched by .env.*)
.server-sync/.env
.server-sync/*__.env
!.server-sync/*__.env.example
!.server-sync/.env.example
# Build / env
dist/
*.local
# IDE / OS
.calude/
.codex/
.windsurf/
.cursor/
.cursorignore/
.kiro/
.claude
.impeccable/
.worktrees/
.idea/
TEMPcode/
.vs/
*.swp
.DS_Store
Thumbs.db
.agents/
.codex/
.vscode/
# Logs
*.log
npm-debug.log*
job_metrics.jsonl
# Archive — stale prototypes; lock files excluded to prevent Dependabot noise
archive/*/package-lock.json
archive/*/node_modules/
# Temp
tmp/
tmp*/
tmp_test*/
temp/
*.tmp
*.temp
TO-DO-ASAP.md
stem_test*/
logs/
server_models/
benchmark_out/
benchmark_out_*/
session-artifacts/
# Speech enhancement (LavaSR) — weights bind-mounted at runtime (see speech_models/LAYOUT.txt)
speech_models/*
!speech_models/LAYOUT.txt
tmp/speech/
speech_service/.env
speech_service/.env.*
!speech_service/.env.example
# Temporary files and directories
backend/tmp/
backend/cache/
backend/logs/
backend/tmp/**
backend/cache/**
backend/logs/**
# Add any additional sensitive files
.kilo/
.kilocode/
.kiro/
.cursor/
.codex/
.agents/
archive/
backend/.env
backend/.env.*
.burnt-beats-pricing-structure/
docs/deploy-reports/**
docs/deploy-reports/*
docs/**
!docs/TEMP-INVENTORY.md
!docs/music-app-ux-cherry-pick.md
!docs/DEPENDABOT-MIDI-ONNX.md
!docs/superpowers/
!docs/superpowers/**
# Local path to benchmark WAV (see benchmark_song.local.example.txt)
benchmark_song.local.txt
agent-transcripts/
vocal_sample/
# Playwright (frontend)
frontend/test-results/
frontend/playwright-report/
frontend/blob-report/
# Backend