-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
90 lines (77 loc) · 1.24 KB
/
.gitignore
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
MANIFEST
dist
_build
/build/
dist/
neptyne_build/
docs/man/*.gz
docs/source/api/generated
docs/source/config.rst
docs/gh-pages
notebook/i18n/*/LC_MESSAGES/*.mo
notebook/i18n/*/LC_MESSAGES/nbjs.json
notebook/static/components
notebook/static/style/*.min.css*
notebook/static/*/js/built/
notebook/static/*/built/
notebook/static/built/
notebook/static/*/js/main.min.js*
notebook/static/lab/*bundle.js
notebooks/
node_modules
neptyne.db
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
.pytest_cache
.env
*.swp
*.map
.idea/
Read the Docs
config.rst
*.iml
/.project
/.pydevproject
package-lock.json
geckodriver.log
*.iml
venv*
# React:
notebook/reacteditor/node_modules
notebook/reacteditor/coverage
notebook/reacteditor/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
server/kernel_connections
.vscode
terraform/.terraform
k8s/base/.env*
server/kernel_sessions
frontend/firebase-debug.log
frontend/ui-debug.log
frontend/firestore-debug.log
.neptyne-content
gsheets/.clasp.json
.debugpy/
excelint-service/ExceLint-core/uploads/
# Excel temp files
~$*.xlsx
# Streamlit stuff:
neptyne_kernel/codepanel.py
.streamlit/config.toml