Add .gitignore to exclude Python and IDE-specific files

This commit is contained in:
2025-06-10 22:36:59 +02:00
parent 2fd9d7f548
commit 69b127148d

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# UV
.python-version
# Jetbrains IDEs
.idea/