50 lines
615 B
Plaintext
50 lines
615 B
Plaintext
# Environment variables
|
|
.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# BMad Configuration - Do not commit local changes
|
|
.bmad-core/core-config.yaml
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite3
|
|
|
|
# IDE specific
|
|
.vscode/
|
|
.idea/
|
|
|
|
*.xlsx
|
|
|
|
# Debug output
|
|
debug_output/
|
|
|
|
# Generated content and temporary files
|
|
*.json
|
|
!brands.json
|
|
*.html
|
|
*.txt
|
|
*.backup
|
|
*.backup_before_fresh_start
|
|
|
|
# Generated databases
|
|
content_automation.db*
|
|
|
|
# Generated job files
|
|
jobs/*.json
|
|
jobs/done/
|
|
|
|
# Generated content files
|
|
*_project*.html
|
|
*_project*.json
|
|
*_project*.txt
|
|
outline_*.json
|
|
outline_raw_*.txt
|
|
title_*.txt
|
|
content_*.html
|
|
augmented_*.html
|
|
|
|
# Temporary files
|
|
temp_* |