cmux/.gitignore
2026-01-26 02:05:03 -08:00

27 lines
311 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/
# Release artifacts
GhosttyTabs-*.zip
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/