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

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
# Created by venv; see https://docs.python.org/3/library/venv.html # Created by venv; see https://docs.python.org/3/library/venv.html
/.venv /.venv
.env .env
/.idea /.idea
/commands/__pycache__
/lib/__pycache__