cmux/.gitignore
2026-02-03 15:18:59 -08:00

37 lines
420 B
Text

# Xcode
.build/
build/
DerivedData/
*.xcuserstate
xcuserdata/
# macOS
.DS_Store
# Local env
.env
# Swift Package Manager
.swiftpm/
# GhosttyKit binary (built from ghostty submodule via scripts/setup.sh)
GhosttyKit.xcframework
GhosttyKit.xcframework.bak-*/
# Release artifacts
GhosttyTabs-*.zip
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.hypothesis/
.vercel
# Zig
.zig-cache/
zig-out/
# Node
node_modules/