ddwkim's picture
initial commit
8c00b68
Raw
History Blame
447 Bytes
# 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
*~