Skip to content

Commit 777831a

Browse files
committed
Add .gitignore
1 parent 478f4df commit 777831a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
**/venv/
3+
**/.idea/
4+
5+
**/__pycache__/
6+
7+
**/*.pyc
8+
9+
**/build/
10+
**/dist/
11+
**/*.egg-info
12+
13+
**/.ipynb_checkpoints/
14+

0 commit comments

Comments
 (0)