37 lines
647 B
Plaintext
37 lines
647 B
Plaintext
# Secrets
|
|
config.json
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Logs (anywhere in the tree)
|
|
logs/
|
|
*.log
|
|
|
|
# Generated migration outputs (timestamped)
|
|
mapping_documents_filedata_*.csv
|
|
mapping_variables_filedata_*.csv
|
|
filedata_migration_*.log
|
|
|
|
# Generated helper outputs (timestamped)
|
|
helpers/failed_transitions_*.txt
|
|
helpers/not_available_*.txt
|
|
helpers/not_found_*.txt
|
|
helpers/has_vv50_*.txt
|
|
helpers/failed_copies_*.txt
|
|
|
|
# Environment-specific input data (kept locally, not committed)
|
|
helpers/*.csv
|
|
helpers/*.xlsx
|
|
# ...but keep the reference/sample files
|
|
!helpers/samples/
|
|
!helpers/samples/*.csv
|
|
|
|
# IDE / OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|