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

# Virtual environments
.venv/
venv/
.env

# Test / coverage
.pytest_cache/
.mypy_cache/
coverage/
htmlcov/

# IDE
.idea/
.vscode/
