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

Skip to content

Commit 3921bc6

Browse files
committed
Initial commit
0 parents  commit 3921bc6

File tree

5 files changed

+5323
-0
lines changed

5 files changed

+5323
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# we want only the PO files
2+
*.mo
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)