mirror of https://gitlab.federez.net/re2o/re2o
Browse Source
Based on the Python template : https://github.com/github/gitignore/ I'm using PyCharm which creates .idea folders. So I need this to make my life easier.add_link_port_search_results
1 changed files with 46 additions and 6 deletions
@ -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 new issue