Compare commits
2 Commits
6143e6104b
...
e233afe15e
Author | SHA1 | Date | |
---|---|---|---|
e233afe15e | |||
fab944b271 |
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -1,5 +1,18 @@
|
|||
# Program specific
|
||||
/output/
|
||||
/deps/
|
||||
/secrets/
|
||||
/private_deps/
|
||||
/data/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
.mypy_cache/
|
||||
/build/
|
||||
/dist/
|
||||
*.egg-info/
|
||||
|
||||
# Python, Testing
|
||||
/test/secrets.py
|
||||
/.coverage
|
||||
/.hypothesis/
|
||||
/htmlcov/
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.3'
|
||||
__version__ = '0.1.4'
|
Loading…
Reference in New Issue
Block a user