1**/*.db
2**/*.proptest-regressions
3**/cargo-target
4**/target
5**/venv
6**/.direnv
7*.wasm
8*.xcodeproj
9.DS_Store
10.blob_store
11.build
12.claude/settings.local.json
13.envrc
14.flatpak-builder
15.idea
16.netrc
17*.pyc
18.pytest_cache
19.swiftpm
20.swiftpm/config/registries.json
21.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
22.venv
23.vscode
24.wrangler
25.perf-runs
26/assets/*licenses.*
27/crates/collab/seed.json
28/crates/theme/schemas/theme.json
29/crates/zed/resources/flatpak/flatpak-cargo-sources.json
30/crates/project_panel/benches/linux_repo_snapshot.txt
31/dev.zed.Zed*.json
32/node_modules/
33/plugins/bin
34/script/node_modules
35/snap
36/zed.xcworkspace
37DerivedData/
38Packages
39xcuserdata/
40crates/docs_preprocessor/actions.json
41
42# Don't commit any secrets to the repo.
43.env
44.env.secret.toml
45
46# `nix build` output
47/result
48
49# Visual test baseline images (these will be stored outside
50# the repo in the future, but we don't haven't decided exactly
51# where yet, so for now they get generated into a gitignored dir.)
52/crates/zed/test_fixtures/visual_tests/
53
54# Local documentation audit files
55/december-2025-releases.md
56/docs/december-2025-documentation-gaps.md