update gitignore

This commit is contained in:
2025-02-03 16:04:16 +01:00
commit f29167b404

11
.gitignore vendored Normal file
View File

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