mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Merge branch 'gitignore_add' into 'dev'
Update .gitignore to ignore more files See merge request federez/re2o!301
This commit is contained in:
commit
1f1063bf06
1 changed files with 46 additions and 6 deletions
52
.gitignore
vendored
52
.gitignore
vendored
|
@ -1,8 +1,48 @@
|
|||
settings_local.py
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.swp
|
||||
*.pyc
|
||||
|
||||
# Translations
|
||||
#*.mo TODO
|
||||
*.pot
|
||||
|
||||
# Django stuff
|
||||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
.spyproject
|
||||
|
||||
# Rope project settings
|
||||
.ropeproject
|
||||
|
||||
# PyCharm project settings
|
||||
.idea/
|
||||
|
||||
# Django statics
|
||||
static_files/
|
||||
static/logo/
|
||||
|
||||
# re2o specific
|
||||
settings_local.py
|
||||
re2o.png
|
||||
__pycache__/*
|
||||
static_files/*
|
||||
static/logo/*
|
||||
media/*
|
||||
media/
|
||||
|
|
Loading…
Reference in a new issue