# Claude Code
/.claude/*local*

# Qt generated files
*_rc.py
*_ui.py

# generated icons (make icons; built from the design/icons PNG master)
*.ico
*.icns
# WiX installer chrome, derived from the same master (make icons)
*.bmp
# the docs site's favicon/logo -- copies of design/icons, made by `make docs-icons`, which
# docs-build and docs-serve depend on. Named individually rather than *.svg, so a hand-authored
# image can still be committed alongside them.
docs/assets/images/favicon.svg
docs/assets/images/logo.svg

# AppImage recipe's generated icon (copied from design/icons) and requirements.txt (absolute local
# package paths, so machine-specific -- `make agent-appimage-build`, [[packaging-deployment#linux-format]])
packages/rehuco-agent/appimage/rehuco-agent.png
packages/rehuco-agent/appimage/requirements.txt

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
.dist/
/.build/
build/
# Briefcase writes packages/rehuco-agent/build/ (the bundle) and dist/ (the installer)
dist/
wheels/
sdist/
.eggs/

# uv
.venv/
.uv/

# ruff
.ruff_cache/

# pytest
.pytest_cache/
.coverage
.coverage.*
coverage.xml
.htmlcov/

# mypy / pyright
.mypy_cache/
.pyright/
pyrightconfig.json

# mkdocs
.site/

# IDEs
.idea/
*.iml

# OS
.DS_Store
Thumbs.db
desktop.ini

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Secrets / local config
.env
.env.*
!.env.example

# Affinity Designer lock
*.afdesign~lock~

# Agent Continue Prompt
continue_prompt*
