Compare commits
No commits in common. "ae33283d5a55569a8c56ceec9172fe98b316b841" and "eb03262bf3ab7ccfe6db0e60b4eeed66abd37cd9" have entirely different histories.
ae33283d5a
...
eb03262bf3
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -1,18 +1,5 @@
|
||||||
# Program specific
|
|
||||||
/output/
|
|
||||||
/deps/
|
|
||||||
/secrets/
|
|
||||||
/private_deps/
|
|
||||||
/data/
|
|
||||||
|
|
||||||
# Python
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
/build/
|
/build/
|
||||||
/dist/
|
/dist/
|
||||||
*.egg-info/
|
dist
|
||||||
|
*.egg-info
|
||||||
# Python, Testing
|
|
||||||
/test/secrets.py
|
|
||||||
/.coverage
|
|
||||||
/.hypothesis/
|
|
||||||
/htmlcov/
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.5'
|
__version__ = '0.1.4'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user