# Build / install
.venv/
.venv-build/
venv/
env/
dist/
build/
*.egg-info/
*.egg

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

# IDE
.idea/
.vscode/
*.swp
*.swo
