Add .gitignore for PyCharm and Python

This commit is contained in:
2025-12-14 08:52:41 +01:00
parent b932d00d98
commit 49d9c2a960

14
.gitignore vendored Normal file
View File

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