Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fc928d

Browse files
committed
Cleanup 3.9 after #228
1 parent e54a823 commit 2fc928d

File tree

6 files changed

+21
-880
lines changed

6 files changed

+21
-880
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 153 deletions
This file was deleted.

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# we want only the PO files
12
*.mo
2-
.tx/**/*.po
3-
venv/
4-
.pospell/
3+
*.po~
4+
5+
# cpython checkout shouldn't be added
6+
cpython/
7+
8+
# do not include potodo temporary file
9+
.potodo/

0 commit comments

Comments
 (0)