# Python bytecode and test/tool caches __pycache__/ *.py[cod] .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # Local environments and secrets .venv/ .env .env.* # Local validation and agent planning artifacts validation_outputs/ docs/superpowers/ README.draft.md # Editor, notebook, and operating-system metadata .idea/ .vscode/ .ipynb_checkpoints/ .DS_Store Thumbs.db # Temporary files and logs *.log *.tmp *.temp *.swp *.swo *~