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
|
# 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
|
||||||
Reference in New Issue
Block a user