summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Updated .gitignore to ignore Visual Studio Code settings and configuraitonTodd Leonhardt2018-04-141-3/+11
|
* Update .gitignore to ignore the .pytest_cache directoryTodd Leonhardt2018-03-161-0/+1
|
* Tell git to ignore .tox directorykotfu2018-01-061-0/+1
|
* Various minor updates:Todd Leonhardt2017-01-291-1/+3
| | | | | | | | | - Updated .gitignore for code coverage result dirs from coverage and pytest-cov - Updated README.rst to include badge for latest docs from readthedocs.io - Updated setup.py to have updated info for the next time a release is made to PyPI - Documentation updates: - Bumped version in conf.py to 0.7 - Updated links in index.rst and alternatives.rst
* Merge from masterTodd Leonhardt2016-12-111-1/+1
|\
| * Safer work-around for Python 3 removing the built-in file() functionTodd Leonhardt2016-12-111-0/+2
| |
* | Just added .cache to .gitignore for pytestTodd Leonhardt2016-12-091-0/+1
| |
* | Stage 3 of refactoring.Todd Leonhardt2016-12-091-1/+1
| | | | | | | | Transcript testing now works on both Python 2 and Python 3 thanks to six.next().
* | Removed unused file ignoreBug.py and added .idea directory (PyCharm) to ↵Todd Leonhardt2016-12-091-0/+1
|/ | | | .gitignore
* Loading in a script file now works in Python 3.5Todd Leonhardt2016-12-091-0/+5