chore: add .gitignore, remove tracked pycache and egg-info
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
37b2c21720
commit
ff7620d5ed
12 changed files with 7 additions and 47 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
__pycache__/
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
.env
|
||||
dist/
|
||||
build/
|
||||
*.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue