# Virtual environments
.venv/
venv/

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

# Test / cache
.pytest_cache/
__pycache__/
*.pyc

# Coverage
.coverage
htmlcov/
