Files
turso/.gitignore
2024-12-11 11:06:22 -05:00

27 lines
194 B
Plaintext

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