# Local database (runs cache + settings + notes) and its pointer file
gha-explorer.db
gha-explorer.db-journal
gha-explorer.db-wal
gha-explorer.db-shm
paths.json
# pre-release name
cache.db
cache.db-journal
cache.db-wal
cache.db-shm

# Per-user config (selected repo)
config.json

# Log file
gha_explorer.log

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/

# uv / packaging
dist/
build/
*.egg-info/

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

# Built-in GitHub sign-in (only lands here when a checkout doubles as the data dir)
auth.json
