# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.Python
.env
.venv
env/
venv/
ENV/

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Build
*.whl
*.tar.gz
