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

# environments
.venv/
venv/

# caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# local
.env
