# Byte-compiled / cache
__pycache__/
*.py[cod]
*.so

# Environments
.venv/
venv/
.env
.env.*

# Build / packaging
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
.wheelhouse/

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

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

# Logs
*.log

# OS
.DS_Store
Thumbs.db

# Project
.github/
*.local
