__pycache__/
*.pyc
*.pyo
.env
.aura_cache/
.aura_trace/
.pytest_cache/
*.egg-info/
/dist/
/build/
.venv/
venv/

# Local agent instructions
agent.md

# Internal launch/pitch notes — keep local, not public
LAUNCH.md

# Frontend JS deps & caches (source is committed; node_modules is not)
node_modules/
frontend/node_modules/
frontend/dist/
frontend/.vite/
