Files
fastapi_tutor_yb/.gitignore
T
2026-09-24 19:59:37 +08:00

18 lines
157 B
Plaintext

.venv/
.idea
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
tests/
.git/
.github/
*.md
!README.md
!.env.example
.env/.*
Dockerfile
__pycache__