Skip to content

Commit e8be55b

Browse files
committed
update gitignore
1 parent 573ce65 commit e8be55b

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

.gitignore

+21-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1-
*.egg-info
2-
ipynb_checkpoints
3-
__pycache__
1+
# Created by https://www.gitignore.io/api/python,jupyternotebook
2+
3+
### JupyterNotebook ###
4+
.ipynb_checkpoints
5+
*/.ipynb_checkpoints/*
6+
7+
# Remove previous ipynb_checkpoints
8+
# git rm -r .ipynb_checkpoints/
9+
#
10+
### Python ###
11+
# Byte-compiled / optimized / DLL files
12+
__pycache__/
13+
*.py[cod]
14+
*$py.class
15+
16+
# Distribution / packaging
17+
eggs/
18+
.eggs/
19+
*.egg-info/
20+
*.egg
21+

0 commit comments

Comments
 (0)