Move Oracle package files from docs/ to api/database-scripts/ with sequential numbering: - PACK_COMENZI.pck → 04_pack_comenzi.pck (renamed with git) - PACK_IMPORT_PARTENERI.pck → 05_pack_import_parteneri.pck - PACK_IMPORT_COMENZI.pck → 06_pack_import_comenzi.pck Remove 04_import_comenzi.sql (replaced by 06_pack_import_comenzi.pck actual version) Update VFP integration files and project structure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
248 B
Plaintext
27 lines
248 B
Plaintext
*.fxp
|
|
*.FXP
|
|
*.bak
|
|
*.BAK
|
|
*.csv
|
|
/log.*
|
|
/output/*.json
|
|
*.err
|
|
*.ERR
|
|
*.log
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Settings files with secrets
|
|
settings.ini
|
|
vfp/settings.ini
|
|
vfp/output/
|
|
vfp/*.json
|