Add .gitignore to exclude __pycache__ and egg-info artifacts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Edholm
2026-04-22 22:27:02 -04:00
parent 85c8acf767
commit 3afb7f5f1e
24 changed files with 13 additions and 58 deletions
+13
View File
@@ -0,0 +1,13 @@
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/
*.swp
.DS_Store