Files
ai-contract-platform/.gitignore
T

40 lines
707 B
Plaintext

backend/.venv/
node_modules/
frontend/.next/
frontend/.next-dev-log/
frontend/node_modules/
services/*/.venv/
services/*/.pytest_cache/
apps/*/.next/
apps/*/node_modules/
.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
apps/*/next-env.d.ts
apps/*/tsconfig.tsbuildinfo
# Temporary directories
temp-*/