remove __pycache__ and add __pycache__ to gitignore

pull/98/head
cbowers 2026-03-12 12:51:24 -04:00
parent 8e27abe5bd
commit 46b6128844
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ norp/makefiles/norp
# python build files # python build files
src/pynorm.egg-info src/pynorm.egg-info
**/__pycache__/
# build java files # build java files
*.class *.class