.env
.venv/
.uv-cache/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
node_modules/
apps/web/dist/
*.db
*.sqlite
*.sqlite3
.taskpilot/
.idea/
.vscode/
.DS_Store
Thumbs.db
