sqlite-utils/.gitignore
Simon Willison 6ee502d127 Ignore .claude
2026-07-25 14:34:27 -07:00

24 lines
227 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
.claude/
Pipfile
Pipfile.lock
uv.lock
tests/*.dylib
tests/*.so
tests/*.dll