45 lines
435 B
Plaintext
45 lines
435 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
|
|
*.~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/
|