]> git.phdru.name Git - ppu.git/blob - .gitignore
Chore: Remove overlooked coverage leftovers
[ppu.git] / .gitignore
1 /.cache/
2 /.pytest_cache/
3 /.tox/
4 /ppu.egg-info/
5 /build/
6 /data/
7 /dist/
8 /.coverage
9 /MANIFEST
10 *.py[co]
11 *.tmp
12 *~