*.egg-info
dist
.venv
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# dev sandbox - keep the folder, ignore experiments and local data
sandbox/scratch/*
!sandbox/scratch/.gitkeep
*.db
*.duckdb
