Update gitignore to ignore files created during local python module creation

This commit is contained in:
moshferatu 2024-01-18 10:30:25 -08:00
parent a2ec685d87
commit db9623caab

3
.gitignore vendored
View File

@ -1 +1,4 @@
.env .env
*.egg-info/
__pycache__/
dist/