Initial Commit of the PDM project (ready for DWS migration)

This commit is contained in:
will
2026-04-20 08:42:38 -05:00
commit dda7b664e7
2721 changed files with 442772 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# 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