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