chore: add .gitignore, remove tracked pycache and egg-info

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
caoimhinr 2026-05-25 19:23:17 +02:00
parent 37b2c21720
commit ff7620d5ed
12 changed files with 7 additions and 47 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
__pycache__/
*.pyc
*.egg-info/
.env
dist/
build/
*.db