Initial commit
Basic project structure with a very simple Diceware number generator.
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
#########
|
||||
# Python
|
||||
#########
|
||||
*.pyc
|
||||
|
||||
build
|
||||
|
||||
#########
|
||||
# Debian
|
||||
#########
|
||||
*.deb
|
||||
backup-*.tgz
|
||||
description-pak
|
||||
|
||||
doc-pak
|
Reference in New Issue
Block a user