diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..4553234 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,27 @@ + +Issue tracker is **ONLY** used for reporting bugs, features and enhancements. NO SUPPORT TICKETS ACCEPTED! Use [stackoverflow](https://stackoverflow.com) for supporting issues. + +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Problem + + + + 1. + 1. + 1. + +## Specifications + + - Version: + - Platform: + - Subsystem: + +## Possible Solution + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a4480d --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# general things to ignore +build/ +dist/ +*.egg-info/ +*.egg +*.py[cod] +__pycache__/ +.pytest_cache +*.so +*.o +*.orig + +*~ + +#Copy of libskycoin.h in pyskycoin +swig/include/libskycoin.h + +#Just for testing outside tox +tests/mytest.py + +# due to using tox and pytest +.tox +.cache + +*.swp +*.swo +