14 lines
115 B
Plaintext
14 lines
115 B
Plaintext
.git/
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.uvicorn.pid
|
|
|
|
docs/
|
|
README.md
|