# General
__pycache__/
*.py[cod]
*.so
.DS_Store

# Environments
venv/
env/
.env

# Testing
.pytest_cache/
.coverage
htmlcov/

# Flask
instance/
