gitignore update to ignore python artifacts

This commit is contained in:
Matěj Divecký 2022-07-17 17:06:54 +02:00
parent 73ffc8a14c
commit 0c25145d54

2
.gitignore vendored
View file

@ -1 +1,3 @@
.env .env
*.pyc
__pycache__