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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Virtual envs
.venv/
venv/
env/

# Editors / OS
.idea/
.vscode/
.DS_Store
