beadboard/.agents/skills/create-beads-orchestration/.gitignore

23 lines
No EOL
200 B
Text

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
.pytest_cache/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test outputs
/tmp/
.history/