Skip to content

Commit 0e1a218

Browse files
committed
Update gitignore configuration
1 parent b754994 commit 0e1a218

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.gitignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
MANIFEST
22
build
33
dist
4-
_build
5-
docs/gh-pages
64
*.py[co]
75
__pycache__
86
*.egg-info
@@ -16,3 +14,15 @@ __pycache__
1614
.coverage
1715
.cache
1816
absolute.json
17+
18+
# Sphinx documentation
19+
_build
20+
docs/_build/
21+
docs/gh-pages
22+
23+
# PyBuilder
24+
target/
25+
26+
# PyCharm
27+
.idea/
28+
*.iml

0 commit comments

Comments
 (0)