Ignore common transient/local files

This commit is contained in:
Lee Braiden 2025-03-22 15:19:12 +00:00
parent 782dd32c45
commit 5ec9871b65

5
.gitignore vendored
View file

@ -1,4 +1,9 @@
__pycache__/ __pycache__/
*.pyo *.pyo
*.pyc *.pyc
output/*
dist/
.venv/
.python-version
*~