-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (74 loc) · 1.83 KB
/
Copy path.gitignore
File metadata and controls
86 lines (74 loc) · 1.83 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
node_modules/
.node22/
# Generated/local agent handoff notes.
docs/AGENTS/
docs/HQE_AUDIT_REPORT.md
# Design-roadmap scratchpads (tokens are already in src/styles/theme.css).
docs/design/*
!docs/design/*.md
# Local-only audit / cross-ref scratchpads (canonical record lives in docs/summary_of_work.md).
todo.md
records.json
records*.json
work done*.md
*work*done*.md
*session*.json
*session*.md
chat-history/
docs/audits/*
!docs/audits/*.md
!docs/audits/*.yaml
!docs/audits/*.yml
!docs/audits/visual-snapshots/
!docs/audits/visual-snapshots/*.png
# Dev-tool generated design capture output (must live under .design-captures/ only).
scripts/dev-tools/venice-styles.json
# Build resources: keep packaging icons tracked, ignore generated scratch assets.
/build/*
!/build/icon.ico
!/build/icon.icns
!/build/icon.png
!/build/icon-placeholder.md
# Generated outputs.
/dist/
/dist-electron/
/release/
/coverage/
.design-captures/
# Local OS/editor/runtime files.
.DS_Store
Thumbs.db
desktop.ini
*.log
*.tmp
*.bak
.env*
!.env.example
.integration-src/
.vite/
target_inventory.txt
# Archive contaminants (never in zips, tarballs, or release artifacts).
__MACOSX/
.AppleDouble/
._*
# (node_modules/, dist/, dist-electron/, release/, coverage/ already ignored above)
# Local desktop chat DBs and non-example configs (already covered by patterns above).
# Venice Forge local config files may contain secrets.
.config/*.local.yaml
.config/*.local.yml
.config/*.yaml
.config/*.yml
!.config/*.example.yaml
!.config/*.example.yml
docs/audits/file-inventory.tsv
docs/audits/repo-tree-current.txt
# Ignore root-level scratch copy; canonical tracked script lives in scripts/.
/clean-repo-zip.sh
!/scripts/clean-repo-zip.sh
kimi-export-session_*.md
*_ledger.py
# Local unsafe/privacy summaries
docs/AGENTS/venice-forge-privacy-summary-*.json
# Local runtime logs
venice-forge.log
*.log