Add .gitignore, remove pycache

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
egregore 2026-02-02 19:51:26 +00:00
parent 10e9da9b32
commit 7a4907430f
2 changed files with 8 additions and 0 deletions

8
.gitignore vendored Normal file
View file

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

Binary file not shown.