Remove pycache artifacts and add gitignore

This commit is contained in:
2026-02-25 19:09:19 -08:00
parent 4d17bf8018
commit 080e66980f
6 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
__pycache__/
*.pyc
.venv/
.env
bot.db

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.