.venv/
.env
**/__pycache__/

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

# Testing
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
