Files
turso/.gitignore
2025-08-11 19:56:26 -04:00

44 lines
407 B
Plaintext

/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
# 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/