# Environments
.env
.env.*

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/

# Testing & Linting
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
