# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing & Coverage
.tox/
.nox/
.coverage
.coverage.*
cache/
.pytest_cache/
.hypothesis/
coverage.xml
nosetests.xml
htmlcov/

# Build & Distribution
dist/

# Environments
.env
.venv
env/
venv/
ENV/

# IDE & Editors
.vscode/
.idea/
*.swp
*.swo
