Skip to content

Commit 9896515

Browse files
committed
Merge from dev / v2.0.0
1 parent c5431c0 commit 9896515

18 files changed

+1224
-957
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ignore filenames starting with underscore except when ending with __.py
2+
_*
3+
!*__.py
4+
5+
# dev folders
6+
.venv
7+
.bashinit
8+
/build
9+
/dist
10+
/*.spec

0 commit comments

Comments
 (0)