Clean up: Remove all cache files and add comprehensive .gitignore
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,3 +1,8 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# Python cache files
|
||||
__pycache__/
|
||||
*/__pycache__/
|
||||
@@ -6,6 +11,12 @@ __pycache__/
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Cache files
|
||||
.cache/
|
||||
*/cache/
|
||||
**/cache/
|
||||
*.cache
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
@@ -45,7 +56,6 @@ ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Node.js (for frontend)
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
@@ -137,9 +147,6 @@ docs/_build/
|
||||
# Lock files
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
Pipfile.lock
|
||||
|
||||
# Cache directories
|
||||
.cache/
|
||||
.pytest_cache/
|
||||
.pytest_cache
|
||||
Reference in New Issue
Block a user