Files
FabledSteward/.gitignore
T
bvandeusen 3f437141fb chore: update plugin catalog URL to git.fabledsword.com
Default plugins.index_url and all documentation URLs now point to
https://git.fabledsword.com/bvandeusen/FabledScryer-plugins.
Anchor /plugins/ in .gitignore so it only matches the root directory
(not docs/plugins/).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 18:36:09 -04:00

53 lines
601 B
Plaintext

# Planning files
docs/superpowers/
# Plugin directory — managed as a separate repo (bvandeusen/fabledscryer-plugins)
# PLUGIN_DIR in config.yaml points here at runtime
/plugins/
# 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/