chore: add .gitignore and remove pycache

This commit is contained in:
LemonNexus 2026-02-11 19:32:15 +00:00
parent 00444e1276
commit b9aca7ef2d
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
__pycache__/
*.pyc
*.pyo