# Live/test SQLite database - real data (donor names, etc.), never
# version-controlled. See PROJECT_NOTES.md for how test data is preserved
# across deploys/syncs instead (scripts/build-release.ps1, scripts/sync-to-webhost.ps1).
/data/app.sqlite
/data/backups/
/data/restore-inbox/*
!/data/restore-inbox/.htaccess

# Written at runtime by includes/data_paths.php once the data directory has been
# moved out of the web root: .data-dir records where it went (so CLI and web
# requests agree even though php-cli has no DOCUMENT_ROOT to derive from), and
# MOVED.txt is the note left behind for whoever finds the empty folder. Both are
# per-deployment values, never source.
/data/.data-dir
/data/MOVED.txt

# Build output and local tooling config - generated/local, not source.
/releases/
/.claude/
