.gitignore
1.idea
2**/target
3**/cargo-target
4/zed.xcworkspace
5.DS_Store
6/plugins/bin
7/script/node_modules
8/crates/theme/schemas/theme.json
9/crates/collab/seed.json
10/assets/*licenses.md
11**/venv
12.build
13*.wasm
14Packages
15*.xcodeproj
16xcuserdata/
17DerivedData/
18.swiftpm/config/registries.json
19.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
20.netrc
21.swiftpm
22**/*.db
23.pytest_cache
24.venv
25.blob_store
26.vscode
27.wrangler