diff options
-rw-r--r-- | .gitignore | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bd33d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +*~ +*.swp +*.pyc +config.py +arduino_projects_website/local.py +arduino_projects_website/wsgi.py +static/CACHE/* +*.py[cod] +settings.json +arduino_projects_website.sql +local.py +local_final.py +website/DataSet.* +# C extensions +*.so +media/images/* + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 +__pycache__ + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject |