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

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# Output
output/

# Coverage
.coverage
htmlcov/

# Misc
.DS_Store
