docs: update README with repo URL, add setup guide and .gitignore

- Update README installation to use uv tool install with self-hosted repo URL
- Add docs/SETUP.md for AI agent consumption
- Add .gitignore for __pycache__, build artifacts, venv, IDE files
- Remove obsolete superpowers planning docs

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 18:15:50 +08:00
parent f54d142fde
commit 8af421206b
5 changed files with 44 additions and 1241 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
__pycache__/
*.py[cod]
*$py.class
# Distribution
dist/
*.egg-info/
*.whl
# Virtual environments
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp