From: Neil Smith Date: Thu, 11 May 2017 21:19:26 +0000 (+0100) Subject: Added gitignore X-Git-Url: https://git.njae.me.uk/?p=menace.git;a=commitdiff_plain;h=0b5351d88bc7bddb312ed0abc2ef108be3a07585 Added gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0546add --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +*.py[cod] + +# C extensions +*.so + +# 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 + +# IPython +.ipynb* + +# Sublime text +*.sublime-workspace + +# Logs +*.log diff --git a/nac-trinket/__pycache__/menace.cpython-35.pyc b/nac-trinket/__pycache__/menace.cpython-35.pyc deleted file mode 100644 index 3015c58..0000000 Binary files a/nac-trinket/__pycache__/menace.cpython-35.pyc and /dev/null differ diff --git a/nac-trinket/__pycache__/nac.cpython-35.pyc b/nac-trinket/__pycache__/nac.cpython-35.pyc deleted file mode 100644 index 2df5c35..0000000 Binary files a/nac-trinket/__pycache__/nac.cpython-35.pyc and /dev/null differ diff --git a/nim-trinket/__pycache__/menace.cpython-35.pyc b/nim-trinket/__pycache__/menace.cpython-35.pyc deleted file mode 100644 index 294c6b7..0000000 Binary files a/nim-trinket/__pycache__/menace.cpython-35.pyc and /dev/null differ