-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 1016 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (45 loc) · 1016 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
44
45
46
47
48
49
50
51
52
# OS/Editor artifacts
.DS_Store
Thumbs.db
*~
*.swp
*.swo
.idea/
.vscode/
*.sublime-*
# Environment/secrets (never commit these)
.env
.env.*
!.env.example
# Logs
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build artifacts (add project-specific patterns below)
dist/
build/
target/
# Sibling Cargo target dirs (e.g. target-miri/ from Miri runs, target-fuzz/, …)
target-*/
*.pyc
__pycache__/
node_modules/
.venv/
venv/
*.profraw
*.profdata
# bv (beads viewer) local config and caches
.bv/
# Agent state (never commit)
.claude/
.ntm/
# Beads compliance audit dir (managed by /beads-compliance-and-completion-verification skill)
/beads_compliance_audit/
# USR loop (PLSQL-USR-001 P2): content-addressed store of synthetic,
# privacy-proven MinFixtures. Never contains original estate bytes,
# but is run-output churn — gitignored from normal commits (committed
# only at release tags per spec §4). Matches the store wherever the
# loop's cwd places it (repo root, tools/usr-loop, …).
.usr/