mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
39 lines
347 B
Text
39 lines
347 B
Text
/target
|
|
/.idea
|
|
/.vscode
|
|
|
|
*.so
|
|
*.ipynb
|
|
|
|
# Python
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.venv*/
|
|
__pycache__/
|
|
.coverage
|
|
venv
|
|
env
|
|
.env
|
|
.venv
|
|
dist/
|
|
.tmp/
|
|
|
|
*.db
|
|
**/*.db-wal
|
|
**/*.db-shm
|
|
**/*-wal
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Javascript
|
|
**/node_modules/
|
|
|
|
# testing
|
|
testing/limbo_output.txt
|
|
**/limbo_output.txt
|
|
testing/*.log
|
|
.bugbase
|
|
limbostress.log
|
|
simulator.log
|