Includes provider integrations, settings, NSStatusItem UI, tests, Makefile, and README with screenshot. Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
184 B
Text
21 lines
184 B
Text
# Xcode
|
|
build/
|
|
DerivedData/
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
xcuserdata/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Secrets
|
|
.env
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
Packages/
|
|
Package.resolved
|
|
|
|
# Cache
|
|
*.swp
|
|
*~
|