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

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# IDE
.idea/
.vscode/
*.swp

# Secrets / local env
.env
.env.*
!.env.example

# Local AI tooling artifacts
.playwright-mcp/
.claude/settings.local.json
.claude/scheduled_tasks.lock
.DS_Store

# Local archive (historical artifacts, not for repo)
archive/

# Dev-internal artifacts (live in ~/proj/devflow/agentwrit-python/ per Decision 019)
MEMORY.md
FLOW.md
AGENTS.md
.plans/
.agents/
.claude/skills/
