__pycache__/
*.py[cod]
*.egg-info/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/
*.sqlite
*.sqlite-journal
*.db
*.db-wal
*.db-shm
.coverage
htmlcov/
node_modules/
dashboard/dist/
src/orca/dashboard/*
!src/orca/dashboard/__init__.py
!src/orca/dashboard/index.html
!src/orca/dashboard/.gitkeep
