mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-21 13:00:14 +08:00
Update gitignore: add vscode, pytest/mypy cache (#1169)
This commit is contained in:
committed by
Joris Van den Bossche
parent
32609cb4cc
commit
74ff43c386
@@ -37,15 +37,22 @@ coverage.xml
|
||||
|
||||
# Sphinx documentation
|
||||
doc/_build/
|
||||
.buildinfo
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# pytest
|
||||
.pytest_cache
|
||||
|
||||
.mypy_cache
|
||||
|
||||
# projects
|
||||
.spyderproject
|
||||
.spyproject
|
||||
.idea
|
||||
.ropeproject
|
||||
.vscode
|
||||
|
||||
*.py~
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user