-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
117 lines (96 loc) · 1.94 KB
/
.gitignore
File metadata and controls
117 lines (96 loc) · 1.94 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Rust
debug/
target/
**/*.rs.bk
*.pdb
# Cargo.lock checked in for binaries
# Cargo.lock
# MCPB build artifacts
*.mcpb
# iPython
.ipynb_checkpoints
Untitled*.ipynb
# Dev mode notebooks directory (repo root only)
/notebooks/
# Local sqlite db files
*.db
*.db-wal
*.db-shm
# Local environment
.env
# Generated launch agent plists (built by xtask for Tauri bundling)
crates/notebook/launch-agents/
# OS-generated files
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
.fseventsd
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
.directory
# Hone directory
.hone
# Node/JS artifacts
node_modules/
**/node_modules/
dist/
**/dist/
*.tsbuildinfo
# Generated isolated-renderer bundle (built from src/isolated-renderer)
apps/notebook/public/isolated/
# Built MCP Apps widget (generated by apps/mcp-app build)
python/nteract/src/nteract/_widget.html
# Python artifacts
__pycache__/
**/__pycache__/
*.pyc
*.pyo
*.so
*.egg-info/
**/*.egg-info/
.venv/
**/.venv/
*.dSYM/
**/*.dSYM/
# Fixture artifacts from test runs
crates/notebook/fixtures/**/uv.lock
# Agent workspace context (per-worktree state)
.context/
# Override global gitignore for .claude — rules and skills are project docs
!.claude/
!.claude/rules/
!.claude/rules/**
!.claude/skills/
!.claude/skills/**
!.claude/plugins/
!.claude/plugins/**
# Keep local settings private
.claude/settings.local.json
.claude/scheduled_tasks.lock
# E2E test screenshots
e2e-screenshots/
# E2E daemon PID file
.e2e-daemon.pid
# Generated Tauri icons (keep source + build-required files)
# Ignore platform-specific icons not needed for macOS/Linux/Windows build
crates/notebook/icons/64x64.png
crates/notebook/icons/Square*.png
crates/notebook/icons/StoreLogo.png
crates/notebook/icons/android/
crates/notebook/icons/ios/
crates/notebook/icons/icon.icns
apps/notebook/package-lock.json
apps/mcp-app/package-lock.json
deno.lock
uv.lock
.direnv
result
.cargo
# APT publisher secrets
scripts/apt/.env
scripts/apt/debs/*.deb