chore: add .gitignore for Python project files and virtual environments

This commit is contained in:
2026-01-23 12:23:30 +01:00
parent 3e18988aac
commit bc126e422e

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv