django-rest-framework/.gitignore
2025-11-04 00:35:31 +06:00

22 lines
163 B
Plaintext

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