Ignore python runtime files

This commit is contained in:
2024-11-20 13:55:41 +01:00
parent 936c1d3ed4
commit 096dd3e83a

4
.gitignore vendored
View File

@@ -1,2 +1,6 @@
# MySQL Workbench project backup files
*.mwb.bak
# Python
.ipynb_checkpoints
__pycache__