__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
*.egg
# AI assistants / agents
.claude/
CLAUDE.md
.cursor/
.cursorrules
.aider*
.github/copilot-instructions.md
AGENTS.md
chat.md
tmpclaude-*
# Session/report scaffolding — should never be committed
*_REPORT.md
PASS[0-9]*_*.md
commit_msg.txt
# Hackathon demo app — lives in its own repo, not in the library
nova_bridge/
run_nova_bridge.py
# Multi-agent orchestration workspace — untracked local state, never a package file
.bridgespace/
