# Swift Package Manager
.build/
.swiftpm/

# Xcode
*.xcodeproj
*.xcworkspace
xcuserdata/
*.moved-aside
DerivedData/

# macOS
.DS_Store
*.dmg

# Secrets / Keys (if any - add specific file names)
# .env
# secrets/

# Testing / Coverage Data (if using)
# *.profraw
# *.profdata
# *.gcno
# *.gcda
# *.lcov 