Skip to content

Commit be8ee5b

Browse files
committed
Small fixes to git ignore file
1 parent 7d03350 commit be8ee5b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
build
2+
./dist
13
docs/dist
24
docs/build/*
35
docs/source/api/generated
4-
*.pyc
6+
*.py[co]
57
build
68
*.egg-info
7-
*.py~
9+
*~
810
*.bak

0 commit comments

Comments
 (0)