OperationCode/back-end

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
### Environments
*.env
!example.env
local.py
env/
venv/
ENV/
env.bak/
venv.bak/


### Jetbrains
.idea
*.iml
out
gen


### VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### Python
# Django stuff:
*.log
local_settings.py
*.sqlite3

## Collected Static Files
src/static/
src/templates/


## Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

## Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

## Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/



## Installer logs
pip-log.txt
pip-delete-this-directory.txt