gitignore: ignore __pycache__

This commit is contained in:
Xiretza 2022-07-14 15:18:39 +02:00
parent f026fcfe5c
commit 5fb8d3a176

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/work/ /work/
*.o *.o
__pycache__