Files
simple-pos-system/.gitignore
bonamin da29d73520 chore: gitignore FISCAL-DRIVER-TESTS/ and data/
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>
2026-04-24 09:33:45 +03:00

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/