-
Notifications
You must be signed in to change notification settings - Fork 753
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (40 loc) · 1 KB
/
.gitignore
File metadata and controls
46 lines (40 loc) · 1 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
# OS
.DS_Store
Thumbs.db
# Editor
*.swp
*.swo
*~
.vscode/
.idea/
# Python
__pycache__/
*.pyc
*.pyo
# Environment
.env
# Claude Code local config — contains API keys and personal settings
.claude/
# Patent output — contains confidential invention details, do not commit
patent/
# Allow patent framework files (skills, templates, shared references)
!skills/patent-pipeline/
!skills/prior-art-search/
!skills/patent-novelty-check/
!skills/invention-structuring/
!skills/claims-drafting/
!skills/embodiment-description/
!skills/figure-description/
!skills/specification-writing/
!skills/patent-review/
!skills/jurisdiction-format/
!skills/shared-references/patent-format-cn.md
!skills/shared-references/patent-format-ep.md
!skills/shared-references/patent-format-us.md
!skills/shared-references/patent-writing-principles.md
!skills/shared-references/prior-art-databases.md
!templates/INVENTION_BRIEF_TEMPLATE.md
!templates/PATENT_CLAIMS_TEMPLATE.md
!templates/PATENT_SPECIFICATION_TEMPLATE.md
# OMC runtime state
.omc/