# Dependencies
node_modules/
.pnpm-store/

# Build outputs
dist/
build/
.next/
.turbo/

# Python
__pycache__/
*.pyc
*.pyo
.coverage
.venv/
venv/
venv_pptx2md/
.benchmarks/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# document_parser runtime directories generated next to tests
apps/worker/tests/services/document_parser/.tmp_docx_toc_alignment/

# Env files
.env
.env.local
.env.*.local
.env.backup
.dev
.test
.prod

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Logs
logs/
*.log

# Generated files
.build/
apps/api/openapi.json
packages/shared-types/generated/


# custom
apps/api/users/
apps/worker/debug_*.py
apps/worker/test_*.py
apps/worker/debug_users/
apps/worker/app/tmp_data/
apps/worker/app/tmp_res/
apps/worker/app/tmp_files/
s3-notification.json
users/
test_*.csv

# CSV files generated by tests and debugging
*.csv
!requirements.csv

# Local debugging scripts
apps/worker/start_celery_worker.py
apps/worker/start_celery_debug.sh
apps/worker/clear_celery_queues.sh
packages/shared-python/shared/services/ai/direct_ai_client.py

# Local debugging documents
MIGRATION_GUIDE.md
START_CELERY_DEBUG.md
CELERY_DEBUG_QUICKSTART.md
QUICK_DEBUG_GUIDE.md
TROUBLESHOOTING.md
DEBUG_WITH_AI.md
MODEL_CONFIGURATION_GUIDE.md
SIMPLE_GUIDE.md
*_GUIDE.md
USAGE_*.md

# Deployment artifacts and secrets
deploy/**/deploy-config.sh
deploy/**/tfplan*
deploy/**/.terraform/
deploy/**/.terraform.lock.hcl
deploy/**/terraform.tfstate
deploy/**/terraform.tfstate.backup
deploy/**/terraform.tfvars
deploy/**/terraform.tfvars.*
deploy/**/backend.tf
deploy/**/backend-config
deploy/**/backend-config.*
deploy/**/id_rsa
deploy/**/id_rsa.pub
deploy/**/*.pem

# Terraform common
.terraform.lock.hcl
LICENSE.txt
.terraform

# Agent and editor artifacts
.cursor/
.agent/
.agent-hooks/
.codex/

# Codex-generated local files
.venv_unstructured/
PROJECT.md
TABLE_PARSER_OPTIMIZATION.md
TODO.md

doc-deploy/
todos/
*.egg-info/
