# PM documents (internal)
PM/

# Project config (may contain API keys)
aat.config.yaml

# Claude Code project guide (internal)
CLAUDE.md

# AAT runtime data (config, learned DB, screenshots, uploaded docs)
.aat/

# Reports (large files)
reports/

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
dist/
build/
*.egg-info/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.venv/
venv/

# Cloud backend local DB + screenshots
awt_cloud.db
cloud/screenshots/
cloud/cloud/
cloud/uploads/
cloud/sample_spec.md

# Frontend
cloud/frontend/node_modules/
cloud/frontend/.next/
cloud/frontend/.env.local
.next/

# Uploads (runtime)
uploads/

# Scenarios (local test files)
scenarios/

# AAT data
.aat/config.yaml
.aat/learned.db
.aat/screenshots/
reports/
