.gitignore

This commit is contained in:
2025-04-09 13:32:16 +02:00
parent 7afefb6339
commit da349d8deb

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Python
__pycache__/
*.py[cod]
*.log
# PyCharm
.idea/
*.iml
# Environnement virtuel
.venv/
env/