# Python
__pycache__/
*.pyc
*.egg-info/

# Virtual environments
venv/
.venv*/
/.venv-system
/.venv-system-python
.venv-homebrew/

# Build output
/dist
/build
builddir/
/artifacts
/packaging/macos/build

# Flatpak build
/.flatpak-builder
/repo
/flatpak
io.github.mfat.sshpilot.yaml
python3-deps.yml
sshpilot-launcher.sh

# Debian build
build-deb-local.sh
/debian

# Test output
*.log
.pytest_cache/

# Editors / tools
.history/
.vscode/
.claude/
.DS_Store
whip.md
scripts/generate_github_url.sh
scripts/screenshot_url.sh
gnome-settings/gnome-control-center/

# Generated files
sshpilot/vendor/pyxtermjs/index.html

# Plugin sources live in their own repos / the registry and are fetched at
# runtime — they are not shipped from this repo. (Anchored so it never matches
# the sshpilot/plugins/ code package.)
/plugins/
