29 lines
349 B
Text
29 lines
349 B
Text
# 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/
|
|
GhosttyKit.xcframework.bak-*/
|
|
|
|
# Release artifacts
|
|
GhosttyTabs-*.zip
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache/
|
|
.vercel
|