anthropic-pdf-parser / .gitignore
algorembrant's picture
Upload 6 files
0ee11bd verified
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
# Virtual environments
.venv/
venv/
ENV/
env/
.env
# Environment / secrets
.env
*.env
.env.*
!.env.example
# IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
*.cover
*.py,cover
.hypothesis/
coverage.xml
nosetests.xml
pytest.xml
# Distribution
*.tar.gz
*.whl
# PDF parser specific
.pdf_parser_cache.db
atomic_output/
batch_output/
results/
*.parsed.json
*.parsed.md
*.parsed.txt
# Logs
*.log
logs/
# Jupyter
.ipynb_checkpoints/
*.ipynb
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/