Clean up: Remove all cache files and add comprehensive .gitignore

This commit is contained in:
Om-Singh1808
2025-09-04 04:14:13 +05:30
committed by DikshaDisciplines
parent be3f837d05
commit f715d3edbb

8
.gitignore vendored
View File

@@ -13,7 +13,6 @@ __pycache__/
.gitignore .gitignore
.pytest* .pytest*
# Cache files # Cache files
.cache/ .cache/
*/cache/ */cache/
@@ -22,7 +21,6 @@ __pycache__/
venv_new venv_new
venv venv
# Environment files # Environment files
.env .env
.env.local .env.local
@@ -74,7 +72,6 @@ yarn-error.log*
build/ build/
dist/ dist/
*.egg-info/ *.egg-info/
# Logs # Logs
*.log *.log
logs/ logs/
@@ -159,4 +156,7 @@ package-lock.json
yarn.lock yarn.lock
# Cache directories # Cache directories
.pytest_cache .pytest_cache
# Documentation cache
docs/__pycache__/