Files
turso/.gitignore
2024-10-14 00:00:33 +03:00

24 lines
168 B
Plaintext

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