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

# Env
.venv/
venv/

# Caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Secrets
.env

# OS
.DS_Store
