diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f197492474..8fff710922 100755 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,7 @@ tmp/ /.tox /_build/* -/__pycache__/*
\ No newline at end of file +/__pycache__/* + +/docs/docs/ +/docs/.vscode/
\ No newline at end of file |