-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (31 loc) · 630 Bytes
/
.gitignore
File metadata and controls
36 lines (31 loc) · 630 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
node_modules/
*.log
.DS_Store
!.omc/
.omc/*
!.omc/skills/
!.omc/skills/**
.idea/
.claude/
# Windows reserved names (prevent accidental creation)
nul
NUL
.omx/
.env
# Local root-level script output
/done.json
/farewell.txt
benchmarks/harsh-critic/results/
benchmarks/harsh-critic/scoring/*.js
benchmarks/harsh-critic/scoring/*.d.ts
benchmarks/harsh-critic/scoring/*.js.map
benchmarks/harsh-critic/scoring/*.d.ts.map
.tmp/
.tmp-*/
# Release body is generated dynamically — never commit stale copies
.github/release-body.md
# Build artifacts — generated by `npm run build`, never commit
dist/
bridge/
__pycache__/
*.py[cod]