# Secrets and local configuration .env .env.* !.env.example 1.md # Local runtime data data/ # Superpowers visual brainstorming artifacts .superpowers/ # Python .venv/ __pycache__/ *.py[cod] .pytest_cache/ .ruff_cache/ # Node.js node_modules/ dist/ coverage/ # Editors and operating systems .DS_Store .idea/ .vscode/