mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
18 lines
177 B
Text
18 lines
177 B
Text
.venv
|
|
*.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
|