# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# SQLite databases (Alembic local dev)
.atp-dashboard.db
.atp-analytics.db
atp_dashboard.db

# Virtual environments
.venv

# Git worktrees
.worktrees/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
coverage.json
.tox/

# Pre-commit
.pre-commit-cache/

# Executor (runtime state and logs)
spec/.executor-logs/
spec/.executor-state.json
spec/.task-history.log

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

# OS
.DS_Store
Thumbs.db

# Type checkers
.mypy_cache/
.pyrefly/
.ruff_cache/

# Misc
*.log
log*.txt
.env
.env.local

# Cross-project ecosystem analysis (kept in parent dir, not this repo)
COWORK_CONTEXT.md
_cowork_output/

# Agent tooling caches / local state
.codemie/
.superpowers/
.claude/scheduled_tasks.lock

# Local working notes
atp-issues.md
platform_comparison.md

# atp sync local state
**/.atp-sync.json

# Generated artifacts
art/
SUGGESTIONS.md
TROUBLESHOOTING.md
tools_list.json

# Personal specs (phase5 drafts, design notes)
spec/phase5-design.md
spec/phase5-requirements.md
spec/phase5-tasks.md
docs/superpowers/specs/2026-04-02-platform-api-and-sdk-design.md

# Temp Office files
~$*

# Auto-generated test suites (atp init)
my-test-suite.yaml

# Executor runtime state
spec/.executor-phase5-state.json
spec/.executor-progress.txt

# Hypothesis test cache
.hypothesis/
game-environments/.hypothesis/

# Generated PDFs (rebuild via art/generate_quickstart_pdf.py)
docs/*.pdf

# Experiment output directories
results/

.agents/skills/
