added gitignore for python build artifacts

This commit is contained in:
joemama 2025-02-02 23:34:04 +01:00
parent 9d15af4e88
commit edd69d78e3

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.venv
__pycache__