django-rest-framework/.gitignore

22 lines
170 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
2012-08-30 00:28:01 +04:00
!.travis.yml