Remove FXP files from tracking and update gitignore

- 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>
This commit is contained in:
2025-09-09 19:38:31 +03:00
parent 30de817ecc
commit 3a234b5240
24 changed files with 4601 additions and 395 deletions

View File

@@ -175,6 +175,19 @@ Răspunzi la comenzile:
- `demo [story-id]` - Demonstrație funcționalitate implementată
- `plan` - Re-planificare dacă apar schimbări
## 📋 User Stories Location
Toate story-urile sunt stocate în fișiere individuale în `docs/stories/` cu format:
- **P1-001-ARTICOLE_TERTI.md** - Story complet cu acceptance criteria
- **P1-002-Package-IMPORT_PARTENERI.md** - Detalii implementare parteneri
- **P1-003-Package-IMPORT_COMENZI.md** - Logică import comenzi
- **P1-004-Testing-Manual-Packages.md** - Plan testare
**Beneficii:**
- Nu mai regenerez story-urile la fiecare sesiune
- Persistența progresului și update-urilor
- Ușor de referenciat și de împărtășit cu stakeholders
---
## 💡 Success Criteria