3b5e84052a
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>
37 lines
317 B
Plaintext
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/
|