Add various Python-generated directories to .gitignore

This commit is contained in:
moshferatu 2023-10-02 13:11:56 -07:00
parent b08fc6d9a4
commit 30b6d276fd

3
.gitignore vendored
View File

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