# IDE
.idea
.vscode

# pycache
__pycache__
*.pyc

# Virtualenv
venv**
.venv**

# Tests
.coverage

# Packaging
dist/**
build/**
**/*egg-info*
_version.py

# logs
*.log

# other files
*.yaml