django-rest-framework/.gitignore
Asif Saif Uddin 1ec0f86b58
Dj32 (#7713)
adds django 3.2 line to the build matrix
2021-02-16 13:17:29 +01:00

21 lines
148 B
Plaintext

*.pyc
*.db
*~
.*
*.py.bak
/site/
/htmlcov/
/coverage/
/build/
/dist/
/*.egg-info/
/env/
MANIFEST
coverage.*
!.gitignore
!.travis.yml
!.isort.cfg