# Virtual environment
.venv/
venv/
env/

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

# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.coverage
htmlcov/


test/