text-extraction-api / .gitignore
krishnachoudhary-hclguvi
Sync GitHub commit b749f19 updates
a2aa7c3 unverified
raw
history blame contribute delete
495 Bytes
# Build and virtual environments
.venv/
venv/
ENV/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
pip-log.txt
pip-delete-this-directory.txt
# Local configuration and databases
.env
docintel.db
docintel.db-journal
uploads/*
!uploads/.gitkeep
# Sensitive or large test files
test_results.txt
test_output.txt
test_api_results.json
*.log
# IDE and System files
.idea/
.vscode/
.vscode-test/
.DS_Store
Thumbs.db
# Tool-specific
.gemini/
scripts/
brain/
implementation_plan.md
task.md
walkthrough.md