Ignore __pycache__/ directories

This commit is contained in:
Sam Vervaeck 2024-07-11 10:11:38 +02:00
parent 01804129e4
commit 6f7418c784
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

3
.gitignore vendored
View file

@ -11,6 +11,9 @@
# created by pyenv
.python-version
# generated by CPython
__pycache__/
# used for local development
Makefile