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

# macOS
.DS_Store

# Local env
.env
.envrc

# Swift Package Manager
.swiftpm/

# GhosttyKit binary (built from ghostty submodule via scripts/setup.sh)
GhosttyKit.xcframework
GhosttyKit.xcframework.bak-*/

# Release artifacts
GhosttyTabs-*.zip
cmux-macos.dmg
appcast.xml

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

# Zig
.zig-cache/
zig-out/

# Node
node_modules/
.next/

# Test outputs
tests/visual_output/
tests/visual_report.html

# Local scratch (screenshots, etc.)
tmp/
tmp-*/
