0ab7c56036
Both AVLiveWire and AV-Live-Body produce .build/ on swift test; ignore them so they never get accidentally staged.
66 lines
1.3 KiB
Plaintext
66 lines
1.3 KiB
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Xcode
|
|
launcher/build/
|
|
launcher/DerivedData/
|
|
launcher/**/xcuserdata/
|
|
launcher/**/*.xcuserstate
|
|
launcher/**/Package.resolved
|
|
|
|
# iphone-arbody — xcodeproj is generated by xcodegen, Local.xcconfig
|
|
# carries personal Apple Developer Team ID. Both are local-only.
|
|
iphone-arbody/ARBodyTracker.xcodeproj/
|
|
iphone-arbody/Config/Local.xcconfig
|
|
iphone-arbody/**/xcuserdata/
|
|
iphone-arbody/**/*.xcuserstate
|
|
iphone-arbody/build/
|
|
iphone-arbody/DerivedData/
|
|
|
|
# SwiftPM build artifacts
|
|
.build/
|
|
|
|
# openFrameworks — on garde les shaders + settings.json pour qu'ils
|
|
# arrivent sur les autres machines, mais on ignore les binaires.
|
|
oscope-of/bin/*
|
|
!oscope-of/bin/data/
|
|
oscope-of/bin/data/*
|
|
!oscope-of/bin/data/shaders/
|
|
!oscope-of/bin/data/settings.json
|
|
!oscope-of/bin/data/greetings.txt
|
|
!oscope-of/bin/data/models/
|
|
!oscope-of/bin/data/sprites/
|
|
oscope-of/obj/
|
|
oscope-of/.vscode/
|
|
oscope-of/Project.xcconfig
|
|
|
|
# SuperCollider
|
|
sound_algo/synthdefs/*.scsyndef
|
|
sound_algo/*.log
|
|
|
|
# ML model weights downloaded at runtime
|
|
*.pt
|
|
*.ckpt
|
|
*.safetensors
|
|
*.mlpackage
|
|
*.onnx
|
|
*.gguf
|
|
|
|
# Claude MCP artifacts
|
|
.playwright-mcp/
|
|
|
|
# Editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*~
|
|
|
|
# tool session state (claude-mem / remember skill)
|
|
.remember/
|
|
|
|
# macOS / iCloud collision artifacts (auto-created on rename)
|
|
*\ 2
|
|
*\ 2.*
|