mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 01:44:31 +02:00
19 lines
183 B
Text
19 lines
183 B
Text
.venv
|
|
build
|
|
*.db
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv
|
|
.eggs
|
|
.pytest_cache
|
|
*.egg-info
|
|
.DS_Store
|
|
.mypy_cache
|
|
.coverage
|
|
.schema
|
|
.vscode
|
|
.hypothesis
|
|
Pipfile
|
|
Pipfile.lock
|
|
pyproject.toml
|