TG-118 : move OLA/.gitignore to OLA/backend/gitignore (2)
This commit is contained in:
parent
eb2d0f6841
commit
33644596ec
33
backend/.gitignore
vendored
Normal file
33
backend/.gitignore
vendored
Normal 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
|
Reference in New Issue
Block a user