django-rest-framework/.gitignore
2026-02-11 21:06:28 +00:00

22 lines
172 B
Plaintext

*.pyc
*.db
*~
*.py.bak
/site/
/htmlcov/
/coverage/
/build/
/dist/
/*.egg-info/
/env/
MANIFEST
coverage.*
.coverage
.cache/
!.github
!.gitignore
!.pre-commit-config.yaml