__pycache__/
*.pyc
*.pyo
.env
*.json
!package.json
!tauri/src-tauri/tauri.conf.json
!tauri/src-tauri/tauri.online.json
!tauri/src-tauri/tauri.offline.json
!tauri/src-tauri/capabilities/*.json
!ios/**/*.json
!tests/fixtures/*.json
!Cargo.lock
.DS_Store
*.tmp
tauri/src-tauri/target/
tauri/src-tauri/python-runtime/
tauri/src-tauri/python-bundle/

# Xcode user state and derived data
ios/**/xcuserdata/
ios/**/*.xcuserstate
ios/DerivedData/
ios/build/

# XcodeGen-generated project (regenerated from project.yml; commit project.yml only)
ios/ArmoryCold.xcodeproj/

# Bundled Python — too large for the repo, downloaded by scripts/download-python-support.sh
ios/ArmoryCold/Resources/Python.xcframework/

# Copy of core/, offline/, transfer/ produced by build phase
ios/ArmoryCold/Resources/app-python/

# Sandbox progress (already used by superpowers)
.git/sdd/

# Superpowers brainstorm session files (local-only companion sessions)
.superpowers/brainstorm/
