cmux/.gitignore
2026-01-29 17:36:26 -08:00

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