# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.env
.env.*
.venv
env/
venv/
pip-log.txt
pip-delete-this-directory.txt

# Node / Next.js
node_modules/
**/.next/
out/
build/
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
*.tsbuildinfo

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Databases
*.sqlite3
*.db
api/statis.db

# IDEs / Editors
.idea/
.vscode/
.cursor/
*.swp
*.swo

# Claude Code
.claude/

# Tests
.pytest_cache/
coverage/
.tox/
htmlcov/

# Cache
.cache/
**/.cache/

# Build outputs
sdk/dist/
sdk-ts/dist/

# Outreach agent runtime artifacts
agents/outreach/outreach_log.csv
agents/outreach/.service_account.json
agents/outreach/.sheet_id
agents/outreach/.probe.py
agents/outreach/.diag.py
agents/outreach/.queue.py
agents/outreach/.lsends.py
agents/outreach/.recent.py
agents/outreach/.statuses.py
agents/outreach/.clear_sheet.py

# Archived / unused files
landing/public/_archive/
landing/src/components/_archive/
.vercel
.gstack/
