- Consistent order and contents (where possible) - Prepend .gitignore paths with slashes where appropriate Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
10 lines
101 B
Text
10 lines
101 B
Text
*.egg-info
|
|
*.pyc
|
|
/.coverage
|
|
/.tox
|
|
/build
|
|
/coverage-html
|
|
/dist
|
|
/docker-compose.spec
|
|
/docs/_site
|
|
/venv
|