__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.duckdb
*.db

# Dashboard static build (generated by scripts/build-dashboard.sh)
src/inferencache/proxy/site/*
!src/inferencache/proxy/site/.gitkeep
