-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (38 loc) · 802 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (38 loc) · 802 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
/target
/.codesage/
*.db
.plan/
/notes/
/.claude/
/.claude-cycles/
# Benchmark artifacts. Tracked content under bench/ is infrastructure only
# (runner script, extractor, cleanup). Results, corpora, history, and
# scorecards stay local so private-repo names and case IDs never reach a
# commit by accident.
/bench/results-*
/bench/corpora/
/bench/history/
/bench/private/
/bench/*.scorecard.md
/bench/analyze-*.py
# Secrets and credentials. Never track these. The pre-commit leak check
# enforces the same policy with filename + content regex; this list is
# the front door so `git add -A` can't sweep them in.
.env
.env.*
!.env.example
!.env.template
!.env.sample
.secret
.secrets
.secrets/
*.pem
*.p12
*.pfx
id_rsa*
id_dsa*
id_ecdsa*
id_ed25519*
credentials.json
service-account*.json
__pycache__/