- Remove nfjson/nfjsonread.FXP from git tracking - Add Python cache patterns (__pycache__/, *.py[cod], *$py.class) - Add environment file patterns (.env, .env.local, .env.*.local) - Reorganize project structure with VFP files moved to vfp/ directory - Add comprehensive database scripts and documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
164 B
Plaintext
21 lines
164 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
|