.gitignore: Add __pycache__

This commit is contained in:
2021-03-12 23:09:29 +02:00
parent e5f57802f3
commit 38ace23f97

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules
__pycache__