Skip to content

Instantly share code, notes, and snippets.

@jahidulsaeid
Created August 9, 2022 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahidulsaeid/871451143c5f8c17886c2423983a6bcb to your computer and use it in GitHub Desktop.
Save jahidulsaeid/871451143c5f8c17886c2423983a6bcb to your computer and use it in GitHub Desktop.
python rest framework
# 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