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

# IDE
.idea/
.vscode/
.claude/
*.swp
*.swo

# CodeBuddy
.codebuddy/

# OS
.DS_Store
Thumbs.db

# Project data (keep locally, exclude from repo)
inputs/
outputs/
output
skills/

# Test / cache
.pytest_cache/
*.egg
uv.lock

# Performance profiling outputs (local only, not versioned)
dev/perf-profile/results/

# Diagnostic / benchmark data products (local only, reproducible
# by re-running dev/diag-*.py and dev/bench-*.py).  The scripts
# themselves are versioned; their outputs are not.
dev/diag.*.jsonl
dev/replay.*.jsonl
dev/jpegs.*.bin
dev/bench-*.json

# QEMU core dumps (produced by `uv python install` segfaulting
# under linux/amd64 emulation — see dev/ci-local.sh notes)
qemu_*.core
