Skip to content

Commit c3affc0

Browse files
committed
fix: restore gitignore
1 parent 217b7f4 commit c3affc0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1+
target/
2+
data/
3+
node_modules
4+
.mypy_cache
5+
worker_py/__pycache__/
6+
.venv
7+
.vscode/
8+
.bin/
9+
dist/
10+
.DS_Store
11+
.idea/
12+
.cursor/
13+
.claude/
14+
app.log
15+
.shared/
116
.worktrees/
17+
.sisyphus/
18+
CLAUDE.md
19+
packages/docker/bun/iii
20+
docs/
21+
.omc/
22+
AGENTS.md
23+
conductor

0 commit comments

Comments
 (0)