diff --git a/.gitignore b/.gitignore index 94339df1..925a6082 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ __pycache__/ .gitignore .pytest* - # Cache files .cache/ */cache/ @@ -22,7 +21,6 @@ __pycache__/ venv_new venv - # Environment files .env .env.local @@ -74,7 +72,6 @@ yarn-error.log* build/ dist/ *.egg-info/ - # Logs *.log logs/ @@ -159,4 +156,7 @@ package-lock.json yarn.lock # Cache directories -.pytest_cache \ No newline at end of file +.pytest_cache + +# Documentation cache +docs/__pycache__/