Add gitignore paths to the root gitignore file

pull/222/head
Edmond 3 years ago
parent 52e8cf4901
commit 6589421fd9
  1. 4
      .gitignore
  2. 4
      python/.gitignore

4
.gitignore vendored

@ -9,3 +9,7 @@ venv
.env .env
data/ data/
.htpasswd .htpasswd
**/docs/_build
**/docs/build
*.so
*.pyc

4
python/.gitignore vendored

@ -1,4 +0,0 @@
docs/_build
docs/build
*.so
*.pyc
Loading…
Cancel
Save