c42c274002
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
27 lines
376 B
Plaintext
27 lines
376 B
Plaintext
# Non Code related contents
|
|
include LICENSE *.rst *.md *.yml *.toml Makefile *.cfg
|
|
graft .github
|
|
|
|
# Release
|
|
include release.py
|
|
include setup.py
|
|
|
|
# Requirements
|
|
include *.txt
|
|
|
|
# Tests
|
|
include tox.ini .coveragerc
|
|
graft tests
|
|
|
|
# Examples
|
|
graft examples
|
|
|
|
# Documentation
|
|
graft docs
|
|
prune docs/_build
|
|
|
|
# Docker setup
|
|
graft docker
|
|
|
|
global-exclude __pycache__
|
|
global-exclude *.py[co] |