Files
fastapi-best-architecture/.gitignore
T
Wu Clan 768a13f014 add test code (#37)
* add test code

* add a pre test prompt

* exec pre-commit
2023-05-11 15:20:57 +08:00

11 lines
145 B
Plaintext

__pycache__/
.idea/
.env
venv/
.mypy_cache/
backend/app/log/
backend/app/alembic/versions/
backend/app/static/media/
.ruff_cache/
.pytest_cache/