-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (34 loc) · 707 Bytes
/
.gitignore
File metadata and controls
38 lines (34 loc) · 707 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
LOCAL_TODO.md
.DS_Store
~$*
__pycache__/
*.py[cod]
.ipynb_checkpoints/
local_notebooks/
dist/
build/
lambda_notebook.egg-info/
.quarto/
_site/
docs/_site/
data_kernelspec/
notebooks/local_notebooks/
build_support/build-python-lib/
build_support/build_tmp/
build_support/lambda_notebook_venv/
build_support/build/
build_support/dist/
build_support/Lambda Notebook.app
Lambda Notebook.app
build_support/Lambda Notebook.dmg
kernel/lambda-notebook/kernel.json
lamb/notebooks
test_env/
# don't ever want to merge this, probably:
#Untitled.ipynb
# convenience symlinks that I use. Note: symlinks can't end in /
svgling
notebooks/dropbox_notebooks
notebooks/local_notebooks
# Sphinx documentation
docs/_build/