remove __pycache__ and add __pycache__ to gitignore
parent
8e27abe5bd
commit
46b6128844
|
|
@ -20,6 +20,7 @@ norp/makefiles/norp
|
|||
|
||||
# python build files
|
||||
src/pynorm.egg-info
|
||||
**/__pycache__/
|
||||
|
||||
# build java files
|
||||
*.class
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue