From 3fb61ed2b017bfcc2fe663e15d21ff924ee750a6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 27 Feb 2020 17:01:01 +0530 Subject: added git ignore file --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit