41 lines
693 B
Plaintext
41 lines
693 B
Plaintext
backend/.venv/
|
|
node_modules/
|
|
frontend/.next/
|
|
frontend/.next-dev-log/
|
|
frontend/node_modules/
|
|
**/.next/
|
|
**/.next-dev-log/
|
|
**/node_modules/
|
|
**/.venv/
|
|
**/.pytest_cache/
|
|
.pytest_cache/
|
|
*.pyc
|
|
__pycache__/
|
|
*.egg-info/
|
|
.DS_Store
|
|
._*
|
|
backend/.pytest_cache/
|
|
|
|
# Local secrets and generated artifacts
|
|
.env.deploytmp
|
|
qa-artifacts/
|
|
storage/
|
|
backend/.env
|
|
backend/storage/
|
|
backend/tmp_migration_check.db
|
|
project-docs/qa-artifacts/
|
|
project-docs/automation-artifacts/
|
|
backend/project-docs/qa-artifacts/
|
|
.claude/worktrees/
|
|
.gstack/
|
|
.codex/phase1-mainline-signoff/
|
|
.codex-temp/
|
|
output/
|
|
frontend/next-env.d.ts
|
|
frontend/tsconfig.tsbuildinfo
|
|
**/next-env.d.ts
|
|
**/tsconfig.tsbuildinfo
|
|
|
|
# Temporary directories
|
|
temp-*/
|