TeamspeakStats/.gitignore
Thor77 ef5894b407 Refactor documentation
* move documentation-source from /docs/source to /docs/ and build in
/docs/_build instead of /docs/build
* convert README to rst and remove information also present in
documentation and refer to it
* regenerate conf.py/Makefile with most recent Sphinx-version
* add development.rst with information for contributors
2017-04-19 23:24:30 +02:00

10 lines
74 B
Text

__pycache__/
*.py[cod]
venv/
build/
dist/
*.egg-info/
*.egg
docs/_build