# Planning files docs/superpowers/ # Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ *.egg .eggs/ .pytest_cache/ .coverage htmlcov/ # Virtual environments .venv/ venv/ env/ # Secrets / local config (use config.example.yaml as template) .env *.env.local config.yaml # Database *.db *.sqlite3 # Logs *.log logs/ # OS .DS_Store Thumbs.db # Editor .idea/ .vscode/ *.swp *.swo # Playbook cache (runtime data) playbook_cache/