chore: expand ignore rules for venv and hidden caches

This commit is contained in:
lingyuzeng
2026-03-07 22:37:00 +08:00
parent d4cd81f498
commit 41329cc532

9
.gitignore vendored
View File

@@ -1,14 +1,23 @@
# local env
.env
.env.*
# python
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.cache/
__pycache__/
*.pyc
.coverage
htmlcov/
# editor/os
.DS_Store
.vscode/
.idea/
*.swp
# runtime data
logs/