mirror of
https://github.com/tiangolo/fastapi.git
synced 2026-05-05 12:13:56 -07:00
35 lines
354 B
Text
35 lines
354 B
Text
.idea
|
|
.ipynb_checkpoints
|
|
.mypy_cache
|
|
.vscode
|
|
__pycache__
|
|
.pytest_cache
|
|
htmlcov
|
|
dist
|
|
site
|
|
.coverage*
|
|
coverage.xml
|
|
.netlify
|
|
test.db
|
|
log.txt
|
|
Pipfile.lock
|
|
env3.*
|
|
env
|
|
docs_build
|
|
site_build
|
|
venv
|
|
docs.zip
|
|
archive.zip
|
|
|
|
# vim temporary files
|
|
*~
|
|
.*.sw?
|
|
.cache
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Ignore while the setup still depends on requirements.txt files
|
|
uv.lock
|
|
|
|
.codspeed
|