.agents
.aws-sam/
.worktrees/

# GitHub Actions config secrets
.github/config*.json
requirements.txt
.vscode
.env
dev_docs
wrangler.toml

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

.DS_Store
node_modules/
.codex

# Generated by scripts/build-docs.sh (predev / deploy-web)
web/public/docs-content/

# Migration SQL files (one-off, run manually via psql)
# Local-only directory shared across worktrees via symlink (see worktree/post-create.sh)
# Pattern with no trailing slash matches both the real dir (main repo) and symlink (worktrees)
/migration

# One-off backfill scripts (run manually, not part of app)
backfill_*.py
