Add .gitignore, remove __pycache__ from tracking

This commit is contained in:
drjones
2026-05-05 19:05:00 -07:00
parent 5ed73d4fea
commit 2f6d989539
6 changed files with 8 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.vscode/
.idea/