mirror of https://gitlab.crans.org/bde/nk20
Ignore more things
This commit is contained in:
parent
e325bac823
commit
e55ec8a24a
|
@ -1,19 +1,38 @@
|
||||||
.DS_Store
|
# Byte-compiled / optimized / DLL files
|
||||||
.idea
|
dist
|
||||||
*.log
|
|
||||||
tmp/
|
|
||||||
|
|
||||||
*.py[cod]
|
|
||||||
*.egg
|
|
||||||
build
|
build
|
||||||
htmlcov
|
__pycache__
|
||||||
**/auto/
|
*.py[cod]
|
||||||
### Django ###
|
*$py.class
|
||||||
*.log
|
*.swp
|
||||||
*.pot
|
*.egg-info
|
||||||
*.pyc
|
_build
|
||||||
__pycache__/
|
.tox
|
||||||
settings_local.py
|
.coverage
|
||||||
|
coverage
|
||||||
|
|
||||||
|
# Translations
|
||||||
|
*.mo
|
||||||
|
*.pot
|
||||||
|
|
||||||
|
# Jupyter Notebook
|
||||||
|
.ipynb_checkpoints
|
||||||
|
|
||||||
|
# Spyder project settings
|
||||||
|
.spyderproject
|
||||||
|
.spyproject
|
||||||
|
|
||||||
|
# Rope project settings
|
||||||
|
.ropeproject
|
||||||
|
|
||||||
|
# PyCharm project settings
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# Local data
|
||||||
|
settings_local.py
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Virtualenv
|
||||||
env/
|
env/
|
||||||
|
venv/
|
||||||
db.sqlite3
|
db.sqlite3
|
||||||
|
|
Loading…
Reference in New Issue