django-rest-framework/.gitignore
2024-05-12 20:06:41 +03:30

22 lines
163 B
Plaintext

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