# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml
test-results.xml

# AFA runtime
.afa/
.afa_chroma/
dialogue_state/
state/
*.sqlite3

# OS
.DS_Store
Thumbs.db

# Secrets (never commit)
.env
.env.local
*.pem

# Evidence screenshots (local only)
docs/evidence/*.png

# Poetry
poetry.toml

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfvars

# Playwright
.playwright-mcp/
