FISCAL-DRIVER-TESTS/ contains vendor driver docs and test files that don't belong in source control. data/ holds the SQLite databases and uploaded product images — runtime-generated, not source. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
35 lines
363 B
Plaintext
35 lines
363 B
Plaintext
# Environment
|
|
.env
|
|
*.env
|
|
|
|
# Database
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# License state (runtime file)
|
|
license_state.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Node (for future frontends)
|
|
node_modules/
|
|
dist/
|
|
.next/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Fiscal driver tests & documentation
|
|
FISCAL-DRIVER-TESTS/
|
|
|
|
# Runtime data (databases, uploaded images)
|
|
data/
|