This website requires JavaScript.
Explore
Help
Sign In
Claytonia
/
TeamspeakStats
mirror of
https://github.com/Thor77/TeamspeakStats.git
Watch
1
Star
0
Fork
You've already forked TeamspeakStats
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cache
TeamspeakStats
/
.gitignore
13 lines
97 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add various python-related paths to .gitignore
2017-01-26 13:11:34 -05:00
__pycache__/
*.py[cod]
venv/
Add pytests .cache to .gitignore
2018-02-01 11:02:56 -05:00
.cache/
Add .pytest_cache to .gitignore
2018-03-31 15:02:31 -04:00
.pytest_cache/
Add various python-related paths to .gitignore
2017-01-26 13:11:34 -05:00
build/
dist/
*.egg-info/
*.egg
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-18 17:24:30 -04:00
docs/_build