chore: update .gitignore to exclude Python artifacts

This commit is contained in:
shokollm
2026-04-08 03:49:06 +00:00
parent f2b5bd5f45
commit a03304f9ef

15
.gitignore vendored
View File

@@ -1 +1,16 @@
.kugetsu/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.env
venv/
.venv/
*.db
data/