30 lines
333 B
Plaintext
30 lines
333 B
Plaintext
# Secrets
|
|
.env
|
|
firebase-service-account.json
|
|
|
|
# Persistent runtime data (lives outside docker, not in git)
|
|
/data/*
|
|
!/data/.gitkeep
|
|
!/data/built_melodies/.gitkeep
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.MAIN-APP-REFERENCE/
|
|
|
|
.project-vesper-plan.md |