]> git.phdru.name Git - cookiecutter.git/blob - project_template/.gitignore
Simplify tox.ini: call pytest with the current python
[cookiecutter.git] / project_template / .gitignore
1 /.cache/
2 /.tox/
3 /{project}.egg-info/
4 /build/
5 /data/
6 /dist/
7 /MANIFEST
8 *.py[co]
9 *.tmp
10 *~