aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2015-12-30Remove bin scriptGravatar Jon Bernard 1-4/+0
From what I've been reading, this approach has several limitations and since I use pip I've never really used it, even during development. I always use virtualenvs where the package and its entry point are installed with setuptools, so an explicit bin script seems like a relic of the past. I'll revisit this if people disagree.
2015-12-28Ignore '.cache' directoryGravatar Jon Bernard 1-0/+1
2015-12-28Ignore '.tox' whether it's a directory or symlinkGravatar Jon Bernard 1-1/+1
2014-12-05Update .gitignoreGravatar Jon Bernard 1-0/+10
2014-07-10Update gitignore to include .tox directoryGravatar Jon Bernard 1-0/+1
2014-07-08Ignore build directory for wheelsGravatar Jon Bernard 1-0/+1
2014-01-01Update gitignore to exclude setuptools cruftGravatar Jon Bernard 1-0/+2
2014-01-01Update gitignore to include .venvGravatar Jon Bernard 1-0/+1
2012-03-08Add a .gitignore fileGravatar Daniel Harding 1-0/+3
Set up to cause git to ignore *.pyc and *.pyo files, as well as the Python 3 __pycache__ directory.