Files
SneakyCode/.gitignore
Phillip Tarrant 4496fce354 docs: update README with full config reference, remove completed roadmap
Expands README with complete config.yaml reference, CLI options table,
skills documentation, and updated command list. Removes the old roadmap
(all phases complete). Updates tweaks.md with current design notes.
Adds .sneakycode/ to .gitignore and includes superpowers design specs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 20:05:16 -05:00

40 lines
334 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Virtual environments
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment / secrets
.env
# OS
.DS_Store
Thumbs.db
# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
# Logs
*.log
# uv
.python-version
# Worktrees
.worktrees/
# SneakyCode local data
.sneakycode/