# Python
__pycache__/
*.egg-info/
*.py[cod]

# uv and packaging
.venv*/
/build/
/dist/

# Node
/node_modules/
.eslintcache

# mise
mise.local.toml
.mise.local.toml

# Development tools
.cache/
.coverage*
.pytest_cache/
.ruff_cache/
/htmlcov/
/site/
coverage.xml

# Build artifacts
/bdbox/view/ui/static/app.css
/bdbox/view/ui/static/app.js
