# Secrets and local configuration
.env
.env.*
!.env.example
1.md
test.txt

# Local runtime data
data/

# Superpowers visual brainstorming artifacts
.superpowers/
.worktrees/

# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/

# Node.js
node_modules/
dist/
coverage/

# Editors and operating systems
.DS_Store
.idea/
.vscode/
