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