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

# ---- Virtual environments ----
.venv/
.env/
env/
venv/

# ---- Editors / IDEs ----
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# ---- Testing / coverage ----
.coverage
htmlcov/
.tox/
.pytest_cache/

# ---- Misc ----
.DS_Store
Thumbs.db
