# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.python-version

# Virtual environments
.venv
venv/
uv.lock

# macOS metadata
.DS_Store

# ruff
.ruff_cache/

# pytest
.pytest_cache/

# example output
hist.coffea
hist.h5

# other
ideas/
benchmarks/

# Frontend dashboard UI
src/histserv/dashboard/ui/node_modules/
src/histserv/dashboard/ui/dist/
