mirror of https://github.com/tiangolo/fastapi.git
🙈 Update .gitignore for VS Code, PyCharm, Jupyter
This commit is contained in:
parent
12dbc17583
commit
acf8ddb4df
|
|
@ -0,0 +1,7 @@
|
||||||
|
.idea
|
||||||
|
.ipynb_checkpoints
|
||||||
|
.mypy_cache
|
||||||
|
.vscode
|
||||||
|
__pycache__
|
||||||
|
.pytest_cache
|
||||||
|
htmlcov
|
||||||
Loading…
Reference in New Issue