Skip to content

Commit 7a7bcaa

Browse files
committed
Add .gitignore
Currently ignores IDEA and compiled python files
1 parent 8dfa355 commit 7a7bcaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea/
2+
*.pyc
3+
*/__pycache__/*

0 commit comments

Comments
 (0)