Skip to content

Commit 688dac7

Browse files
Update gitignore
1 parent 494c78f commit 688dac7

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.gitignore

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
*.ipynb_checkpoints
2-
__pycache__
2+
__pycache__
3+
4+
# Distribution / packaging
5+
.Python
6+
env/
7+
build/
8+
develop-eggs/
9+
dist/
10+
downloads/
11+
eggs/
12+
.eggs/
13+
lib/
14+
lib64/
15+
parts/
16+
sdist/
17+
var/
18+
*.egg-info/
19+
.installed.cfg
20+
*.egg

0 commit comments

Comments
 (0)