MediaMath/t1-python

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
*.py[cod]
# C extensions
*.so
.DS_Store
*.DS_Store

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
coverage.xml
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# File for easy local testing
bootstrap_oauth2.py
bootstrap.py

.idea
.env

# Environment Variables for integration tests
.env