This commit is contained in:
2026-06-10 02:15:05 -06:00
parent fdbb64788a
commit 4334052267
12 changed files with 813 additions and 21 deletions
+19
View File
@@ -32,12 +32,31 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# vercel
.vercel
# python api (api/)
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/
# typescript
*.tsbuildinfo
next-env.d.ts
/src/generated/prisma
# business files (never commit quotation spreadsheets)
*.xlsx
# editor temp files
*.tmp.*
# claude local settings
.claude/settings.local.json