api-testing / .gitignore
Nipun's picture
Initial commit: FastAPI teaching tool
a4a1f1b
raw
history blame contribute delete
77 Bytes
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.env
*.egg-info/
dist/
build/