Ignore __pycache__ folders

This commit is contained in:
Alexander Hess 2024-07-09 17:36:42 +02:00
parent aa4ecea802
commit 25ea481433
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.ipynb_checkpoints/ .ipynb_checkpoints/
__pycache__/
.python-version .python-version