chore: add .gitignore, remove pycache

This commit is contained in:
mineracks 2026-04-26 09:34:46 +10:00
parent 18f4576059
commit 14ac7a66f0
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
__pycache__/
*.pyc
.env
.venv/

Binary file not shown.