Big-Link-Man/.gitignore

22 lines
235 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/