30bb35910c
- Character tracking with emoji, traits, thoughts, relationships - Location tracking with name, description, weather, temperature - Quest tracking with objectives and plot progression - Inventory management with item conditions - Party composition tracking - Player stats (health, energy, mood) - Two generation modes: Separate (Info Box) and Merged (inline) - Customizable themes and styling - Editable thought bubbles with fixed positioning - Support for Discord and Ko-fi links - AGPLv3 License
21 lines
171 B
Plaintext
21 lines
171 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
*.old
|
|
|
|
# Node modules (if any)
|
|
node_modules/
|