1**/*.db
 2**/cargo-target
 3**/target
 4**/venv
 5**/.direnv
 6*.wasm
 7*.xcodeproj
 8.DS_Store
 9.blob_store
10.build
11.envrc
12.flatpak-builder
13.idea
14.netrc
15*.pyc
16.pytest_cache
17.swiftpm
18.swiftpm/config/registries.json
19.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
20.venv
21.vscode
22.wrangler
23.perf-runs
24/assets/*licenses.*
25/crates/collab/seed.json
26/crates/theme/schemas/theme.json
27/crates/zed/resources/flatpak/flatpak-cargo-sources.json
28/crates/project_panel/benches/linux_repo_snapshot.txt
29/dev.zed.Zed*.json
30/node_modules/
31/plugins/bin
32/script/node_modules
33/snap
34/zed.xcworkspace
35DerivedData/
36Packages
37xcuserdata/
38
39# Don't commit any secrets to the repo.
40.env
41.env.secret.toml