django-oidc-provider/.gitignore

12 lines
92 B
Plaintext
Raw Normal View History

2014-12-19 15:27:43 +00:00
__pycache__/
2015-03-27 15:22:56 +00:00
build/
2015-02-26 19:12:58 +00:00
dist/
2015-01-05 19:47:43 +00:00
*.py[cod]
2015-02-06 17:26:34 +00:00
*.egg-info
.ropeproject
2015-07-24 18:46:01 +00:00
.tox
2015-08-03 17:25:49 +00:00
.coverage
2015-07-24 18:46:01 +00:00
src/
.venv
.idea