TG-118 : move OLA/.gitignore to OLA/backend/gitignore (2)

This commit is contained in:
mpenchenat 2017-03-13 15:17:35 +01:00
parent eb2d0f6841
commit 33644596ec
1 changed files with 33 additions and 0 deletions

33
backend/.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
# Python cache
__pycache__/
*.py[cod]
# VirtualEnv
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
pyvenv.cfg
.venv
*.egg
pip-selfcheck.json
# sqLite
*.db
*.sqlite*
# Pycharm
.idea
# Tox
.tox
# Coverage
htmlcov/
.coverage
coverage.xml
#Config files
config.py