Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Import Committer authored and vaporos committed Mar 31, 2016
0 parents commit 31157bf
Show file tree
Hide file tree
Showing 90 changed files with 13,090 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
branch = True

omit = setup.py, tests/*

28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
*.pyc
*.egg-info
dist
build
.coverage
htmlcov
nose2-junit.xml
_ECDSARecoverModule.pyd
_ECDSARecoverModule.so
_poet_enclave_simulator.pyd
_poet_enclave_simulator.so
deps/

journal/consensus/poet/poet_enclave_simulator/build
journal/consensus/poet/poet_enclave_simulator/_*
journal/consensus/poet/poet_enclave_simulator/*.so
journal/consensus/poet/poet_enclave_simulator/*.pyd
journal/consensus/poet/poet_enclave_simulator/poet_enclave_simulator.py
journal/consensus/poet/poet_enclave_simulator/poet_enclave_simulator_wrap.cpp

gossip/ECDSA/build
gossip/ECDSA/*.so
gossip/ECDSA/*.pyd
gossip/ECDSA/_*
gossip/ECDSA/ECDSARecoverModule.py
gossip/ECDSA/ECDSARecoverModule.pyc
gossip/ECDSA/ECDSARecoverModule_wrap.cpp
gossip/ECDSA/ECDSAPubKeyRecovery.*
3 changes: 3 additions & 0 deletions .pep8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pep8]
ignore=W503
exclude=build,doc,ECDSARecoverModule.py,EnclaveModule.py,poet_enclave_simulator.py
3 changes: 3 additions & 0 deletions .pep8-enforced
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pep8]
ignore=W503
exclude=build,doc,ECDSARecoverModule.py,EnclaveModule.py,poet_enclave_simulator.py
Loading

0 comments on commit 31157bf

Please sign in to comment.