Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-17 | Ignore task files | Jon Bernard | 1 | -0/+3 | |
2016-01-12 | Integrate pytest and flake8 into setuptools | Jon Bernard | 1 | -0/+1 | |
2015-12-30 | Remove bin script | 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-28 | Ignore '.cache' directory | Jon Bernard | 1 | -0/+1 | |
2015-12-28 | Ignore '.tox' whether it's a directory or symlink | Jon Bernard | 1 | -1/+1 | |
2014-12-05 | Update .gitignore | Jon Bernard | 1 | -0/+10 | |
2014-07-10 | Update gitignore to include .tox directory | Jon Bernard | 1 | -0/+1 | |
2014-07-08 | Ignore build directory for wheels | Jon Bernard | 1 | -0/+1 | |
2014-01-01 | Update gitignore to exclude setuptools cruft | Jon Bernard | 1 | -0/+2 | |
2014-01-01 | Update gitignore to include .venv | Jon Bernard | 1 | -0/+1 | |
2012-03-08 | Add a .gitignore file | Daniel Harding | 1 | -0/+3 | |
Set up to cause git to ignore *.pyc and *.pyo files, as well as the Python 3 __pycache__ directory. |