chore: update .gitignore for SQLite WAL, venv, and tool caches
Made-with: Cursor
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@@ -1,5 +1,25 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
*.db
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.venv/
|
||||
|
||||
# Tools
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
|
||||
# SQLite runtime
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Environment / secrets
|
||||
.env
|
||||
.env.*
|
||||
|
||||
Reference in New Issue
Block a user