# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/

# Hypothesis
.hypothesis/

# Test / coverage
.pytest_cache/
htmlcov/
.coverage

# Environment
.env
.env.*

# IDE
.vscode/
.idea/
