56 lines
1.1 KiB
Plaintext
56 lines
1.1 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/
|
|
|
|
# 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
|
|
*~
|