- deploy.ps1, iis-web.config: Windows Server deployment scripts - api/app/routers/sync.py, dashboard.py: router updates - api/app/services/import_service.py, sync_service.py: service updates - api/app/static/css/style.css, js/*.js: UI updates - api/database-scripts/08_PACK_FACTURARE.pck: Oracle package - .gitignore: add .gittoken - CLAUDE.md, agent configs: documentation updates Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
48 lines
471 B
Plaintext
48 lines
471 B
Plaintext
*.fxp
|
|
*.FXP
|
|
*.bak
|
|
*.BAK
|
|
*.csv
|
|
/log.*
|
|
/output/*.json
|
|
*.err
|
|
*.ERR
|
|
*.log
|
|
/screenshots
|
|
/.playwright-mcp
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Settings files with secrets
|
|
settings.ini
|
|
vfp/settings.ini
|
|
.gittoken
|
|
output/
|
|
vfp/*.json
|
|
*.~pck
|
|
.claude/HANDOFF.md
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
|
|
# SQLite databases
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Generated/duplicate directories
|
|
api/api/
|
|
|
|
# Logs directory
|
|
logs/
|