-
-
Notifications
You must be signed in to change notification settings - Fork 331
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (42 loc) · 585 Bytes
/
.gitignore
File metadata and controls
50 lines (42 loc) · 585 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
# --- Build Artifacts ---
src/reactpy/static/*.js*
src/reactpy/static/morphdom/
src/reactpy/static/pyscript/
src/js/**/*.tgz
src/js/**/LICENSE
# --- Jupyter ---
*.ipynb_checkpoints
*Untitled*.ipynb
# --- Jupyter Repo 2 Docker ---
.local
.ipython
.cache
.bash_history
.python_history
.jupyter
# --- Python ---
.hatch
.venv*
venv*
MANIFEST
build
dist
.eggs
*.egg-info
__pycache__/
*.py[cod]
.tox
.nox
pip-wheel-metadata
# --- PyEnv ---
.python-version
# -- Python Tests ---
.coverage.*
*.coverage
*.pytest_cache
*.mypy_cache
# --- IDE ---
.idea
.vscode
# --- JS ---
node_modules