sqlite-utils/.gitignore
2025-11-23 12:27:34 -08:00

21 lines
205 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
tests/*.dylib
tests/*.so
tests/*.dll