# Build artifacts
dist/
*.egg-info/
*.egg

# Virtual env
.venv/
venv/
env/

# Tests / coverage
.pytest_cache/
.coverage
htmlcov/
