chore: expand ignore rules for venv and hidden caches
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,14 +1,23 @@
|
|||||||
# local env
|
# local env
|
||||||
.env
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
# python
|
# python
|
||||||
.venv/
|
.venv/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
.cache/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
|
||||||
# editor/os
|
# editor/os
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
|
||||||
# runtime data
|
# runtime data
|
||||||
logs/
|
logs/
|
||||||
|
|||||||
Reference in New Issue
Block a user