abenteuer-schmiede/.gitignore
Kenearos 9f78d0dd7f Add complete Abenteuer-Schmiede BMAD module
- 7 specialized agents (Spielleiter, Weltenbauer, NSC-Schmied,
  Begegnungsdesigner, Regelwächter, Handout-Künstler, Partymodus)
- Kompendium-System (Single Source of Truth)
- DSA5-native with Proben, QS, Kampfwerte
- Interactive Partymodus for playtesting
- Balance analysis and rule checking
- Templates for NSCs, locations, scenes, encounters, handouts
- Export (Markdown, Print, VTT)
2026-04-12 18:06:34 +02:00

22 lines
251 B
Text

# Generated output
_bmad-output/szenen/
_bmad-output/handouts/
_bmad-output/export/
# State files (project-specific)
zustand/szenen/
# System files
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE
.vscode/
.idea/
# Dependencies
node_modules/
__pycache__/