b40991f7a8
CI build oscope-of / build-check (push) Has been cancelled
Swift test runs were dropping default.profraw files and the data_feeds venv symlink into the working tree, and the recovery backup dir plus tooling state (.serena, agent-memory) showed up as untracked noise. Ignore them so git status stays clean for day-to-day work.
80 lines
1.5 KiB
Plaintext
80 lines
1.5 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 + editor artifacts
|
|
.build/
|
|
.swiftpm/
|
|
|
|
# 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/
|
|
.serena/
|
|
.claude/agent-memory/
|
|
|
|
# Swift coverage artifacts
|
|
*.profraw
|
|
|
|
# local python venvs (dirs or symlinks)
|
|
**/.venv
|
|
|
|
# corrupted recovery backups
|
|
AV-Live-corrupted-*/
|
|
|
|
# macOS / iCloud collision artifacts (auto-created on rename)
|
|
*\ 2
|
|
*\ 2.*
|
|
*\ 3
|
|
*\ 3.*
|