# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.Python
pip-wheel-metadata/

# Virtual environments
.env
.venv
env/
venv/
ENV/

# Distribution / packaging
*.tar.gz
*.whl

# Test / coverage
.tox/
.coverage
.coverage.*
.cache
htmlcov/
.pytest_cache/

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

# Docker
*.log
