/.idea/
/.ruff_cache/
/.venv/
/.vscode/
/build/
/dist/
/reports/
/Output/
/output/

.DS_Store

**/.sandbox/**
__pycache__

/tests/unit_server/**/output/

### LIT/FileCheck integration tests' artifacts. ###
/tests/integration/**/Output/**
/tests/integration/**/sandbox/

### Coverage ###
/htmlcov/

### PyInstaller ###
/strictdoc.spec

### SeleniumBase ###
/latest_logs/
# Files downloaded during tests are stored here.
/downloaded_files/

### StrictDoc developer
/*.local.toml
/__*.sdoc
/__*.sgra

### webdriver_manager: cache with downloaded Chrome Driver binaries ###
/strictdoc/export/html2pdf/.wdm

### Draw.io
/developer/drawio/*.drawio.bkp
