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

# Tooling
.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Secrets / local config (never commit)
.streamlit/secrets.toml
streamsnow.config.local.yaml
*.local.yaml

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

# Scratch
/tmp/
*.log
