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

# Coverage
.coverage
htmlcov/
.pytest_cache/

# OS
.DS_Store

# IDE
.vscode/
.idea/

# Virtual environments
venv/
env/
.venv/
