-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (43 loc) · 667 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (43 loc) · 667 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
__pycache__/
*.pyc
*.egg-info/
.ipynb_checkpoints/
data/progress.json
data/*.db
.DS_Store
notebooks/
# Environment files
.env
.env.local
web/.env
web/.env.local
# Playwright CLI artifacts
.playwright-cli/
# Temporary screenshots
/*.png
/*.jpg
# PyPI build artifacts
dist/
build/
.venv/
# JupyterLab extension build artifacts
labextension/lib/
labextension/node_modules/
labextension/torchcode_labext/labextension/
labextension/tsconfig.tsbuildinfo
labextension/yarn.lock
.worktrees/
.omc/
CLAUDE.md
pyre-code-design/
# Runtime data
web/data/
# Docs
docs/
node_modules/
web/node_modules/
# Next.js build output
web/.next/
web/next-env.d.ts
*.tsbuildinfo
data/