# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environment / secrets
.env
plugins.json

# macOS
.DS_Store
._*

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

# Node
node_modules/

# Testing artifacts
.playwright-mcp/
e2e-screenshots/
test-screenshots/
test-results/
tests/e2e-ux-results/
tests/e2e/dist/
tests/e2e/.auth/

# SQLite
*.db

# Claude Code (track rules + skills; ignore ephemeral/personal data)
.claude/worktrees/
.claude/teams/
.claude/tasks/
.claude/memory/
.claude/todos/
.claude/*.json
.claude/*.json.bak
.coverage

# Test artifacts
.hypothesis/
