add gitignore

This commit is contained in:
François Boulogne 2025-06-25 11:49:20 +02:00
parent 28077e2853
commit 99bbb51fc1

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
__pycache__
.backups
optifik.egg-info
*.bak
*.pyc
.ipynb_checkpoints
build/
dist/