Merge pull request #59 from stweil/master

Ignore Python build artifacts
This commit is contained in:
Clemens Neudecker 2022-03-24 18:09:43 +01:00 committed by GitHub
commit 694af0f903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
__pycache__
*.egg-info
/build