31 lines
474 B
Plaintext
31 lines
474 B
Plaintext
**/.git
|
|
**/.github
|
|
**/.venv
|
|
**/node_modules
|
|
**/dist
|
|
**/build
|
|
**/out
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/*.pyo
|
|
**/*.pyd
|
|
**/*.log
|
|
**/.DS_Store
|
|
**/Thumbs.db
|
|
**/.vscode
|
|
**/.idea
|
|
**/coverage
|
|
**/tmp
|
|
**/.pytest_cache
|
|
**/.mypy_cache
|
|
**/.ruff_cache
|
|
**/CMakeUserPresets.json
|
|
**/compile_commands.json
|
|
**/vcpkg
|
|
**/third_party/pdfium/depot_tools
|
|
**/third_party/pdfium/checkout
|
|
**/third_party/pdfium/install
|
|
**/third_party/skia/depot_tools
|
|
**/third_party/skia/checkout
|
|
**/third_party/skia/install
|