.gitignore - toot - Unnamed repository; edit this file 'description' to name th… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
.gitignore (103B) | |
--- | |
1 *.egg-info/ | |
2 *.pyc | |
3 .cache/ | |
4 build/ | |
5 deb_dist/ | |
6 dist/ | |
7 tmp/ | |
8 .pypirc | |
9 /.env | |
10 /.coverage | |
11 /htmlcov | |
12 /toot-*.tar.gz |