mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 23:44:19 +01:00
24 lines
168 B
Plaintext
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
|