Claim types: EXPENSES, MEAL, MILEAGE, OT. Export excludes local MongoDB data and claim file upload blobs. Co-authored-by: Cursor <cursoragent@cursor.com>
45 lines
575 B
Plaintext
45 lines
575 B
Plaintext
# Dependencies and build output
|
|
node_modules
|
|
frontend/node_modules
|
|
frontend/build
|
|
**/dist
|
|
**/__pycache__
|
|
*.py[cod]
|
|
.pytest_cache
|
|
htmlcov
|
|
.coverage
|
|
|
|
# Git and editor
|
|
.git
|
|
.gitignore
|
|
.cursor
|
|
.roo
|
|
.vscode
|
|
.idea
|
|
|
|
# Local data and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
backend/.env
|
|
backend/.env.prod
|
|
frontend/.env
|
|
frontend/.env.*
|
|
.mongodb
|
|
|
|
# Large local upload / claim artifacts
|
|
backend/uploads
|
|
backend/tmp
|
|
backend/claim_files
|
|
backend/claim_attachments
|
|
|
|
# Docs and misc (not needed in images)
|
|
*.md
|
|
!backend/**/*.md
|
|
docs
|
|
memory
|
|
test_reports
|
|
test_result.md
|
|
CODE_REVIEW_FIXES.md
|
|
LICENSE
|