Clean up: Remove all cache files and add comprehensive .gitignore
This commit is contained in:
committed by
DikshaDisciplines
parent
be3f837d05
commit
f715d3edbb
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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__/
|
||||
|
||||
Reference in New Issue
Block a user