.gitignore: Add __pycache__

This commit is contained in:
Alan Orth 2021-03-12 23:09:29 +02:00
parent e5f57802f3
commit 38ace23f97
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules
__pycache__