chore: add .gitignore and remove cached files from tracking

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 02:26:40 -04:00
parent db94c25b44
commit 38fdab9594
12 changed files with 8 additions and 31 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/
*.egg
.venv/