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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/target
**/*.rs.bk
.fuzz/
*.profraw
# NOTE: Cargo.lock is intentionally committed (not gitignored) so that Nix
# flake builds are reproducible. See flake.nix and AGENTS.md.
# Nix build outputs
result
result-*
# >>> buildflow-managed (.gitignore) >>>
# Auto-managed by buildflow. Edit outside these markers; this block is regenerated on `buildflow --fix`.
## Secrets and environment
.env
.env.local
.env.*.local
*.pem
*.key
## Databases
*.db
*.db-shm
*.db-wal
## Operating systems
.DS_Store
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
## Editors and ides
.idea/
.vscode/
*.swp
*.swo
*~
## Logs and temporaries
*.log
*.tmp
*.temp
## Buildflow artifacts
audit-log.*
workflow-audit-log.*
.buildflow-workflow-baseline.json
## Reports and coverage
/coverage
reports/
## Nix
.envrc
.direnv/
## Rust
*.pdb
# <<< buildflow-managed (.gitignore) <<<