# Xcode
.build/
build/
DerivedData/
*.xcuserstate
xcuserdata/

# macOS
.DS_Store

# Local env
.env

# Swift Package Manager
.swiftpm/

# GhosttyKit binary (rebuild from /tmp/ghostty with zig build)
GhosttyKit.xcframework/

# Release artifacts
GhosttyTabs-*.zip

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
