Keane Moraes commited on
Commit
1b8c496
1 Parent(s): e7a97b9

added gitignore for the pycache and test

Browse files
Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ /__pycache__*
2
+ recursive-exclude * *.py[co]
3
+ /tests*