16 lines
356 B
Text
16 lines
356 B
Text
*.egg-info/
|
|
*.pyc
|
|
.coverage
|
|
.eggs/
|
|
.hypothesis
|
|
.mypy_cache
|
|
.tox
|
|
__pycache__
|
|
build/
|
|
dist/
|
|
# these are symlinks created by a hook in swh-docs' main sphinx conf.py
|
|
docs/README.rst
|
|
docs/README.md
|
|
# this should be a symlink for people who want to build the sphinx doc
|
|
# without using tox, generally created by the swh-env/bin/update script
|
|
docs/Makefile.sphinx
|