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

# uv
.uv/

# PyInstaller build output (pacebar.spec IS tracked — it is our build config)
build/
dist/

# Tooling caches
.ruff_cache/

# IDEs
.idea/
.vscode/

# Claude Code (local config / session state)
.claude/

# App runtime state (written next to the app on each Start)
pacebar_last_run.json

# OS
.DS_Store
Thumbs.db
