mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
53 lines
466 B
Plaintext
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
|