invoice_extractor / .gitignore
github-actions[bot]
Sync from GitHub: 10945f8bcad8f91e0ef20a88f2630fa1409bb1e5
d062149
raw
history blame contribute delete
390 Bytes
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.env
.venv
venv/
ENV/
env/
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
sample_output/
*.log
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ipynb_checkpoints/
# Frontend development files
frontend/node_modules/
frontend/.env.local
*.md
!README_git.md
!README.md
test*
executable.py
client_example.py
Docs
prompt.txt