# build artifacts
companion/dist/
companion/src-tauri/target/
companion/src-tauri/gen/schemas/

# deps
companion/node_modules/

# python
__pycache__/
*.pyc
.pytest_cache/
python/uv.lock
python/.venv/
python/dist/
*.egg-info/

# packaged release
aiui-*.zip
aiui-*.dmg
aiui-*.tar.gz
latest.json

# macOS
.DS_Store

# logs / local state
*.log
/tmp/aiui-trace.log

# IDE / editor
.vscode/
.idea/
*.swp
.aider*

# local release credentials
.env.release
.claude/

# agent guidance is kept private in the project wrapper (one level above the
# repo), never in this public repo — guard against accidental re-adds
/AGENTS.md
/CLAUDE.md
