Add pycache to gitignore

This commit is contained in:
Rahix 2025-09-10 07:27:38 +02:00
parent 3c422b0770
commit 31a2729cf1

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.FCBak
.jupyter_ystore.db
.ipynb_checkpoints/
__pycache__/