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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/

# macOS
.DS_Store

# Secrets — never commit your Things auth token
.env
*.local
.gstack/
