-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (35 loc) · 820 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (35 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Zig build artifacts
zig-out/
.zig-cache/
zig-pkg/
# Nix build outputs
result
result-*
# direnv local cache
.envrc
.direnv/
# macOS
.DS_Store
# Editor / IDE
*.swp
*~
.vscode/
.idea/
# Local-only docs and scratch (per-developer)
private/
# Claude Code local-only settings (per-developer)
.claude/settings.local.json
# Gate-cadence local state (scripts/check_gate_cadence.sh): the source-state
# fingerprint of the last full-gate pass + the smoke pass (ADR-0107) + the
# batch counter.
.dev/.gate_pass
.dev/.smoke_pass
.dev/.gate_cadence
.dev/.gate_ledger
.dev/.perf_campaign_active
# clojure-lsp / clj-kondo caches + deps.edn classpath cache (appear when the LSP
# or a lib check analyses test/conformance/verified_projects/**/*.clj)
.clj-kondo/
.lsp/
test/conformance/verified_projects/*/.cpcache/
__pycache__/