]> git.phdru.name Git - ppu.git/blob - .gitignore
Drop support for Python 3.3
[ppu.git] / .gitignore
1 /.cache/
2 /.pytest_cache/
3 /.tox/
4 /ppu.egg-info/
5 /build/
6 /data/
7 /dist/
8 /htmlcov/
9 /.coverage
10 /MANIFEST
11 *.py[co]
12 *.tmp
13 *~