diff --git a/.gitignore b/.gitignore index c48f48e..7d196de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env /.venv /logs/* -/__pycache__ \ No newline at end of file +/__pycache__/* +*.pyc \ No newline at end of file