Initial commit — Moon Household Budget
This commit is contained in:
29
moon-household-budget-handoff/gitignore.example
Normal file
29
moon-household-budget-handoff/gitignore.example
Normal file
@@ -0,0 +1,29 @@
|
||||
# Append these to the project's .gitignore (create one if missing).
|
||||
# CRITICAL: secrets and the live database must never be committed.
|
||||
|
||||
# Secrets / env
|
||||
.env
|
||||
*.env
|
||||
!.env.example
|
||||
|
||||
# Local database + uploads (live data lives on the NAS volume)
|
||||
data/
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
*.db-journal
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# This handoff instruction file — don't ship it into the repo
|
||||
bonnasclaude.md
|
||||
Reference in New Issue
Block a user