- Update verify_counts.py to validate SQLite database records and live Go REST API endpoints directly - Harden E2E test runner with dynamic free port binding (get_free_port) to prevent port collisions - Add exact regex matching for dynamic (ƒ) and static (○) route table allocations - Ignore root build binary artifacts in backend/.gitignore
16 lines
174 B
Plaintext
16 lines
174 B
Plaintext
# Binaries and build outputs
|
|
/bin/
|
|
/export-content
|
|
/api
|
|
/seed
|
|
|
|
# SQLite databases and WAL journal files
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|