mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-21 16:34:32 +02:00
23 lines
218 B
Text
23 lines
218 B
Text
.venv
|
|
dist
|
|
build
|
|
*.db
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv
|
|
.eggs
|
|
.pytest_cache
|
|
*.egg-info
|
|
.DS_Store
|
|
.mypy_cache
|
|
.coverage
|
|
.schema
|
|
.vscode
|
|
.hypothesis
|
|
Pipfile
|
|
Pipfile.lock
|
|
uv.lock
|
|
tests/*.dylib
|
|
tests/*.so
|
|
tests/*.dll
|