Update .gitignore (ignore .venv and PyCharm files)

This commit is contained in:
2026-01-27 07:40:35 +01:00
parent 399f3ffab1
commit 4e9cf8f3b4

12
.gitignore vendored
View File

@@ -0,0 +1,12 @@
# Python
.venv/
__pycache__/
*.pyc
# PyCharm
.idea/
*.iml
# OS
.DS_Store
Thumbs.db