DealDocumentScreening/.gitignore
2026-08-12 21:29:36 +03:00

35 lines
300 B
Text

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
.env
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
# Notebooks
.ipynb_checkpoints/
# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
# Project
*.log
reports/
tmp/
data/