# Python *.py[cod] *.pyo __pycache__/ .mypy_cache/ .pytest_cache/ myenv/ *.egg-info/ # IDE .idea/ .cursor/ .vscode/ .claude/ CLAUDE.md # Claude (local agent notes) .claude/ CLAUDE.md # OS .DS_Store Thumbs.db *:Zone.Identifier # Logs *.log # Environment .env *.env # Data files (general exclusion) *.csv *.xlsx *.xlsb *.zip *.json *.txt *.pdf *.PDF *.TXT # Allow tracked data files in src/ !src/constants/**/*.csv !src/constants/**/*.json !src/prompts/*.json !src/qc_qa/confidence/*.json !requirements.txt # Build artifacts dist/ build/ target/ *.class *.jar *.war *.app *.exe # Large media files *.mp4 *.tiff *.avi *.flv *.mov *.wmv # Terraform .terraform/ terraform.tfstate* .terraform.lock.hcl *.tfplan *.pem textract-pipeline/terraform/builds/ # Outputs output/ outputs/ # Local/temporary subset/ docs/ local_scripts/ untracked_tests/ new/ textfiles/ texts/ # Streamlit (legacy) streamlit/history.csv streamlit/RESULTS streamlit/DB/ streamlit/RAW_DOCUMENTS/ streamlit/SOURCE_DOCUMENTS/ streamlit/contract_field_values.csv streamlit/contract_fields.csv streamlit/sample.csv streamlit/temp*.csv streamlit/results.csv streamlit/venv # Legacy paths fieldExtraction/embeddings/ # Node (if any) node_modules/ # Test reports TEST*.xml # Shell scripts (debugging/utility) *.sh !resolve_source_branch.sh # PRD Documents *.prd *prd.md .git.instructions.md # Local code index .claude/index/ # Local output / offline study artifacts out/