django-rest-framework/.gitignore

21 lines
157 B
Plaintext
Raw Normal View History

*.pyc
*.db
*~
2011-12-12 16:27:04 +04:00
.*
*.py.bak
2011-12-12 16:27:04 +04:00
2015-02-09 20:47:59 +03:00
/site/
/htmlcov/
/coverage/
/build/
/dist/
/*.egg-info/
/env/
MANIFEST
coverage.*
2011-12-12 16:27:04 +04:00
!.github
2011-12-12 16:27:04 +04:00
!.gitignore
!.pre-commit-config.yaml