File size: 133 Bytes
bf6b5ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | __pycache__/
*.py[cod]
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.env
.git
.gitignore
.vscode/
uploads/
tests/
*.db
|
bf6b5ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | __pycache__/
*.py[cod]
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.env
.git
.gitignore
.vscode/
uploads/
tests/
*.db
|