-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (50 loc) · 872 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (50 loc) · 872 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
52
53
54
55
56
57
58
59
60
61
62
63
.claude/
.specify/
specs/
# Go
*.exe
*.test
*.out
vendor/
/duckdb-kernel
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.tmp
# Jupyter
.ipynb_checkpoints/
*.ipynb
.venv/
# Node.js / TypeScript (extensions)
node_modules/
*.log
# Yarn cache & state (all extensions)
**/.yarn/cache/
**/.yarn/install-state.gz
.pnp.*
# Extension build outputs
extensions/perspective-core/lib/
extensions/jupyter/perspective-viewer/lib/
extensions/jupyter/perspective-viewer/hugr_perspective/labextension/
extensions/jupyter/duckdb-explorer/lib/
extensions/jupyter/duckdb-explorer/hugr_duckdb_explorer/labextension/
# Python (extensions packaging)
__pycache__/
*.pyc
*.egg-info/
dist/
# VS Code extension output
extensions/vscode/out/
# Spool results
.duckdb-results/
duckdb-results/
# Generated static files (perspective)
static/
# Posts / drafts
posts/
# Environment
.env*