Files
FabledScribe/.gitignore
T
bvandeusen 3b5e84052a Remove docs/superpowers and gitignore it
Planning artifacts (specs/plans) generated by Claude Code sessions don't belong
in the repo. Removing existing files and ignoring the directory going forward.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 22:40:44 -04:00

37 lines
317 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.venv/
venv/
# Node
node_modules/
frontend/dist/
# IDE
.vscode/
.vscodium/
.idea/
*.swp
*.swo
settings.local.json
# Claude Code
.claude/
docs/superpowers/
# Environment
.env
# Docker
docker-compose.override.yml
# Misc
*.log
.DS_Store
.superpowers/