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

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

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

# OS
.DS_Store
Thumbs.db

# Coverage
htmlcov/
.coverage
coverage.xml

# HotGaze cache (local testing)
.hotgaze-cache/

# Test fixtures (generated on demand by conftest.py)
tests/fixtures/*.png

# Vendored-model backbone weights (downloaded on first use, never committed)
src/hotgaze/_unisal/weights/
*.pth.tar
CLAUDE.md
DESIGN.md
PLAN.md
PROGRESS.md
CONTRIBUTING.md
CONTRIBUTING.md
docs/devlog*.md
