Files
turso/.gitignore
2025-10-07 16:28:04 -04:00

53 lines
466 B
Plaintext

/target
/.idea
/.vscode
**/target
*.so
*.ipynb
*.o
# Python
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv*/
__pycache__/
.coverage
venv
env
.env
.venv
dist/
.tmp/
*.db
**/*.db-wal
**/*.db-shm
**/*-wal
# perf
/Mobibench
# OS
.DS_Store
# Javascript
**/node_modules/
# testing
testing/limbo_output.txt
**/limbo_output.txt
testing/*.log
.bugbase
limbostress.log
simulator.log
**/*.txt
profile.json.gz
simulator-output/
tests/*.sql
&1
bisected.sql
*.log
*.db-log