-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.stignore
More file actions
56 lines (44 loc) · 960 Bytes
/
.stignore
File metadata and controls
56 lines (44 loc) · 960 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
53
54
55
56
// SYNCTHING DISABLED ON THIS FOLDER — 2026-03-26
// Source code was being overwritten by bidirectional sync.
// All files ignored. Sync is OFF for C:\Users\brend\IDE.
*
// Node dependencies (every package in the workspace)
node_modules
// Python virtualenv
.venv
// Electron build output — .exe files, installers, unpacked dirs
dist-electron
dist-electron-new
// App build output
build
// Next.js build artifacts (website)
website/.next
website/.next-ready
// LLM model files — can be 2GB–100GB each, NEVER sync these
models
// Log files
*.log
fresh_logs.txt
helper-log.txt
stress-test-log*.txt
// Large text dumps / scratch files
build-output*.txt
build-website*.txt
builder-output*.txt
d2l_*.txt
test-results-*.txt
vitest-results.txt
ts_errors.txt
// Electron-builder cache
.cache
// VS Code local state (not project config)
.vscode/settings.json
.vscode/launch.json
// Python cache
__pycache__
*.pyc
*.pyo
// Misc
New folder
output
set