implement a fix for the pycache showing up

This commit is contained in:
TropiiDev 2025-01-28 19:39:03 -05:00
parent 1451e3ad93
commit d8f90517ea

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
/.venv
.env
/.idea
/commands/__pycache__
/lib/__pycache__