Commit 102eedc8 authored by WillBrennan's avatar WillBrennan

updated gitignore

parent 139e5f1b
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*.pyc *$py.class
# C extensions # C extensions
*.so *.so
...@@ -14,19 +14,17 @@ develop-eggs/ ...@@ -14,19 +14,17 @@ develop-eggs/
dist/ dist/
downloads/ downloads/
eggs/ eggs/
.eggs/
lib/ lib/
lib64/ lib64/
parts/ parts/
sdist/ sdist/
var/ var/
wheels/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg
# Linux Temporary Files
*~
# PyInstaller # PyInstaller
# Usually these files are written by a python script from a template # Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it. # before PyInstaller builds the exe, so as to inject date/other infos into it.
...@@ -41,9 +39,12 @@ pip-delete-this-directory.txt ...@@ -41,9 +39,12 @@ pip-delete-this-directory.txt
htmlcov/ htmlcov/
.tox/ .tox/
.coverage .coverage
.coverage.*
.cache .cache
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*,cover
.hypothesis/
# Translations # Translations
*.mo *.mo
...@@ -51,6 +52,14 @@ coverage.xml ...@@ -51,6 +52,14 @@ coverage.xml
# Django stuff: # Django stuff:
*.log *.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/
...@@ -58,5 +67,29 @@ docs/_build/ ...@@ -58,5 +67,29 @@ docs/_build/
# PyBuilder # PyBuilder
target/ target/
# PyCharm # Jupyter Notebook
.idea/ .ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# dotenv
.env
# virtualenv
.venv/
venv/
ENV/
# Spyder project settings
.spyderproject
# Rope project settings
.ropeproject
# Intelija ID
.idea/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment