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
.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
.pytest_cache
# Documentation cache
docs/__pycache__/