Skip to content

Commit fac14a9

Browse files
DOC: ignore unneeded directories and databases
1 parent c1ab574 commit fac14a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ __pycache__
1010
*.egg-info
1111
dist
1212
build
13+
_build
1314
.installed.cfg
1415

1516
# Installer logs
@@ -19,6 +20,11 @@ pip-log.txt
1920
.coverage
2021
.tox
2122

23+
# Sphinx documentation
24+
doc/_build/
25+
doc/build/
26+
.jupyterlite.doit.db
27+
2228
# Editors
2329
.idea
2430
.project

0 commit comments

Comments
 (0)