From f715d3edbb615b3075b24f11c2f9251536aba31c Mon Sep 17 00:00:00 2001 From: Om-Singh1808 Date: Thu, 4 Sep 2025 04:14:13 +0530 Subject: [PATCH] Clean up: Remove all cache files and add comprehensive .gitignore --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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__/