# environment
.env
.venv/

# cache
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# build
dist/
build/ 
*.egg-info
.coverage
output/