This commit is contained in:
2026-01-01 14:53:39 +01:00
parent 3f934a4d84
commit 349ef270b7

16
.gitignore vendored
View File

@@ -1,2 +1,14 @@
#Virtual environments
.venv/*
# PyCharm / IntelliJ
.idea/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.log
# Virtualenv
.venv/
# created by virtualenv automatically
.venv/Lib