Files
turso/.gitignore
2024-12-26 15:40:04 -03:00

31 lines
233 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
# Javascript
**/node_modules/