diff --git a/.gitignore b/.gitignore index c0fb5017..94339df1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,12 +11,18 @@ __pycache__/ *.pyo *.pyd +.gitignore +.pytest* + # Cache files .cache/ */cache/ **/cache/ *.cache +venv_new +venv + # Environment files .env .env.local