# IDE
.idea/

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

# Virtual Environment
.venv/
venv/
ENV/

# OS
Thumbs.db
.DS_Store

# Logs
*.log

# Distribution
*.tar.gz
*.whl
