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

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

# Editors
.idea/
.vscode/
*.swp

# notify-hub runtime artifacts
notify-hub.log
*.jsonl

# Secrets — NEVER commit
.env
.env.local
*.secret

# OS
.DS_Store
