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 ي
parent 9cd5b3a583
commit 5dc756f062

15
.gitignore vendored
View File

@@ -1,3 +1,8 @@
# Dependencies
node_modules/
*/node_modules/
**/node_modules/
# Python cache files # Python cache files
__pycache__/ __pycache__/
*/__pycache__/ */__pycache__/
@@ -6,6 +11,12 @@ __pycache__/
*.pyo *.pyo
*.pyd *.pyd
# Cache files
.cache/
*/cache/
**/cache/
*.cache
# Environment files # Environment files
.env .env
.env.local .env.local
@@ -45,7 +56,6 @@ ehthumbs.db
Thumbs.db Thumbs.db
# Node.js (for frontend) # Node.js (for frontend)
node_modules/
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
@@ -137,9 +147,6 @@ docs/_build/
# Lock files # Lock files
package-lock.json package-lock.json
yarn.lock yarn.lock
Pipfile.lock
# Cache directories # Cache directories
.cache/
.pytest_cache/
.pytest_cache .pytest_cache