# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Build artifacts
build/
dist/
wheels/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/
ENV/

# Editor / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# uv
.python-version

# Project state (don't commit databases or thumbnails)
*.db
*.sqlite
*.sqlite3
.thumbs/
training-data.jsonl
classify.tuned.md

# Screenshots are committed (under docs/), but exclude any local capture working dirs
docs/screenshots/working/
docs/asciinema/working/
