TG-118 : move OLA/.gitignore to OLA/backend/gitignore
This commit is contained in:
parent
53bfb199aa
commit
eb2d0f6841
34
.gitignore
vendored
34
.gitignore
vendored
@ -1,34 +0,0 @@
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# VirtualEnv
|
||||
.Python
|
||||
[Bb]in
|
||||
[Ii]nclude
|
||||
[Ll]ib
|
||||
[Ll]ib64
|
||||
[Ll]ocal
|
||||
[Ss]cripts
|
||||
pyvenv.cfg
|
||||
.venv
|
||||
*.egg
|
||||
pip-selfcheck.json
|
||||
|
||||
# sqLite
|
||||
*.db
|
||||
*.sqlite*
|
||||
|
||||
# Pycharm
|
||||
.idea
|
||||
|
||||
# Tox
|
||||
.tox
|
||||
|
||||
# Coverage
|
||||
htmlcov/
|
||||
.coverage
|
||||
coverage.xml
|
||||
|
||||
#Config files
|
||||
config.py
|
Reference in New Issue
Block a user