Skip to content

Commit 0f857c0

Browse files
authored
added .gitignore
1 parent 6f9b0af commit 0f857c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
__pycache__/
2+
.jupyter/
3+
.ipynb_checkpoints/
4+
5+
.env
6+
.venv
7+
env/
8+
venv/

0 commit comments

Comments
 (0)