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

# ClawsomeChannel runtime data (must never be committed)
*.db
*.sqlite3
.clawsomechannel/
config/local.toml
config/*.local.toml
secrets/
*.key

# Env / IDE
.env
.env.*
.idea/
.vscode/
.DS_Store

# Local release customizations (official scripts/release.sh is tracked)
scripts/*.local.sh
CHANGELOG.md
