# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/

# Virtualenvs
.venv/
venv/

# Secrets + local state — NEVER commit
admin.env
.env
accounts.json
tokens.json
.mcp.json
audit.log.jsonl
*.log.jsonl

# Build
dist/
build/
*.spec
installer/Output/
uv.lock
.claude/settings.local.json

# Panel — local runtime state, uploads, and the bundled tunnel binary
panel/bin/
panel/media/*
!panel/media/.gitkeep
panel/queue.db*
panel/state.json