Added boilerplate code for python
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
graft docs
|
||||
graft examples
|
||||
graft src
|
||||
graft ci
|
||||
graft tests
|
||||
|
||||
include .bumpversion.cfg
|
||||
include .coveragerc
|
||||
include .cookiecutterrc
|
||||
include .editorconfig
|
||||
include .isort.cfg
|
||||
|
||||
include AUTHORS.rst
|
||||
include CHANGELOG.rst
|
||||
include CONTRIBUTING.rst
|
||||
include LICENSE
|
||||
include README.rst
|
||||
|
||||
include tox.ini .travis.yml appveyor.yml
|
||||
|
||||
include docker-compose.yml
|
||||
include Dockerfile
|
||||
include .python-version
|
||||
|
||||
global-exclude *.py[cod] __pycache__ *.so *.dylib
|
||||
Reference in New Issue
Block a user