Add Inputs/gariff_influential_painters_influences.xlsx for curator import, document Inputs/Output conventions, and let non-overlapping movements share horizontal lanes on the timeline. Co-authored-by: Cursor <cursoragent@cursor.com>
39 lines
609 B
Plaintext
39 lines
609 B
Plaintext
node_modules/
|
|
client/node_modules/
|
|
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
infra/docker/.env.prod
|
|
infra/deploy/devtoprod.config.json
|
|
infra/deploy/harmonize.config.json
|
|
db/SyncReports/
|
|
infra/deploy/last-docker-release.json
|
|
|
|
# DB backups (may contain data)
|
|
db/DataBackup/
|
|
|
|
# Generated exports / scratch (CSV dumps, PDF text extracts)
|
|
Output/
|
|
__pycache__/
|
|
|
|
# Large local book PDFs (keep workbooks under Inputs/*.xlsx)
|
|
Inputs/*.pdf
|
|
|
|
# Recovery / temp files from local restore
|
|
_extracted/
|
|
_parse_*.js
|
|
tmp-*.js
|
|
tmp-*.py
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|