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