-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (53 loc) · 786 Bytes
/
Copy path.gitignore
File metadata and controls
60 lines (53 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
52
53
54
55
56
57
58
59
60
# Xcode / Swift
.build/
.swiftpm/
*.xcodeproj
*.xcworkspace
xcuserdata/
*.xcframework
DerivedData/
*.app/
*.app
# Release artifacts (DMGs, dSYMs, signed builds)
dist/
*.dmg
*.dSYM
*.zip
# OS X
.DS_Store
.AppleDouble
.LSOverride
# Testing / Diagnostic Media
*.wav
*.aiff
*.mp3
*.m4a
*.jpg
*.png
# Diagnostic & Refactor Scripts
*.py
waveform_compare/
# Temporary / Session Outputs
uat_output.txt
deep_project_session.json
deep_project_interview.md
gemini_prompt_*.md
gemini.md
refactor.py
refactor2.py
fix_*.py
strip_focus.py
# AI Assistant Artifacts
01-audio-engine-perf/
02-io-save-load/
03-ui-coherence/
04-neural-ane-acceleration/
05-platform-hardening/
.claude/
# Internal Project Docs
AUDIT.md
HANDOFF.md
project-manifest.md
requirements.md
SESSION_LOG.md
LESSONS_LEARNED.md