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

# Virtualenvs
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/

# OS / editor
.DS_Store
.idea/
.vscode/

# Local secrets / scratch
.env
*.local