-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (73 loc) · 1.36 KB
/
.gitignore
File metadata and controls
87 lines (73 loc) · 1.36 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
# Build
target/
node_modules/
*.log
out/
# Temporary / scratch (project-structure rule)
tmp/
episodes/
# Private / internal
/poc/
/projects/
.autopilot/
.ally/
.cache/
.worktrees/
.worktrees-*.md
# Local archive (history snapshots, tar.gz)
# Persistence is user's responsibility (Time Machine / iCloud / rsync)
/archive/
# Legacy (moved to archive/ as of v2.1-cleanup 2026-04-17)
legacy-v08/
legacy-v10/
# v0.x archived code pulled from git history for reference (not for build)
reference/
# Secrets / env
.env
*.env.local
# Claude Code local state
.claude/settings.local.json
.claude/scheduled_tasks.lock
cron.log
# OS
.DS_Store
Thumbs.db
# Test / output artifacts
test-results/
/output/
/src/*/output/out/
# NOTE: was `output/` globally · shadowed src/nf-tts/src/output/ module · v1.12.1 fix
# Accidental CLI output files
-o
# Media (large binary files)
*.png
*.mp4
*.mp3
*.wav
*.jpg
*.jpeg
*.webm
*.mov
# Example outputs (generated, not source)
src/nf-cli/examples/out/
frontend/nf-components/tmp-w4/
# Build artifacts
src/nf-cli/dist/
src/nf-source/**/fixtures/*.mp4
spec/**/target/
spec/**/node_modules/
spec/**/dist/
spec/**/screenshots/
spec/**/audio/
# Auto-generated scene gallery previews
gallery-*.html
gallery-index.html
preview-*.html
__pycache__/
*.pyc
/target
/tmp/
/.ally/
spec/quality/locks/
spec/versions/v*/evidence/*.mp4
spec/versions/v*/evidence/*.png