Files
turso/.gitignore
2024-12-14 17:13:02 +02:00

29 lines
203 B
Plaintext

/target
/.idea
/.vscode
*.so
*.ipynb
# Python
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv*/
__pycache__/
.coverage
venv
env
.env
.venv
dist/
.tmp/
**/*.db-wal
**/*.db-shm
**/*-wal
# OS
.DS_Store