Created
August 9, 2022 07:38
-
-
Save jahidulsaeid/871451143c5f8c17886c2423983a6bcb to your computer and use it in GitHub Desktop.
python rest framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
# C extensions | |
*.so | |
# Distribution / packaging | |
.Python | |
env/ | |
build/ | |
develop-eggs/ | |
dist/ | |
eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
.eggs/ | |
# Installer logs | |
pip-log.txt | |
pip-delete-this-directory.txt | |
# Pycharm project files | |
.idea/ | |
# PyTest cache | |
.pytest_cache/ | |
# Coverage | |
.coverage | |
coverage.xml | |
# Tox | |
.tox/ | |
.cache/ | |
.python-version | |
# VirtualEnv | |
.venv/ | |
# Developers | |
*.sw* | |
.DS_Store | |
# example database | |
drf_example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment