-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (47 loc) · 1.06 KB
/
.gitignore
File metadata and controls
56 lines (47 loc) · 1.06 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
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
# OS
.DS_Store
Thumbs.db
# Editors
.vscode/
.idea/
*.swp
# Submission workspace (per-machine artefact prep; not part of public bundle)
submission/
# Chinese reference translation — local-only, NEVER COMMIT TO GITHUB
bundle/*_zh.md
bundle/*_zh.html
bundle/*_zh.pdf
bundle/.zh_parts/
*_zh.*
# Internal project docs — NEVER COMMIT TO GITHUB
CLAUDE.md
.claude/
.claude-session-probe
project-docs/
docs/*-audit-zh.*
docs/*roundtable*
# Internal review artifacts — NEVER COMMIT TO GITHUB
# Reason: internal pre-submission editorial records are kept private.
**/issue-*-round*.md
**/issue-*-round*.pdf
**/issue-*-round*.html
**/round[0-9]*-consolidated.*
**/*-roundtable-*.md
# Issue artifacts — NEVER COMMIT TO GITHUB
# Reason: issue files contain internal decisions and scope debates.
**/issue-*-implementation-plan.*
**/issue-*-d1256-*.md
**/issue-*-prior-art-audit.*
**/issue-[0-9]*-*.md
# Roundtable / panel records anywhere in tree
**/roundtable/
**/panel-review*
# Local working notes
*.scip
SUBMISSION_CHECKLIST.md