···11+# Byte-compiled / optimized / DLL files
22+__pycache__/
33+*.py[cod]
44+55+# C extensions
66+*.so
77+88+# Distribution / packaging
99+.Python
1010+env/
1111+build/
1212+develop-eggs/
1313+dist/
1414+downloads/
1515+eggs/
1616+lib/
1717+lib64/
1818+parts/
1919+sdist/
2020+var/
2121+*.egg-info/
2222+.installed.cfg
2323+*.egg
2424+2525+# PyInstaller
2626+# Usually these files are written by a python script from a template
2727+# before PyInstaller builds the exe, so as to inject date/other infos into it.
2828+*.manifest
2929+*.spec
3030+3131+# Installer logs
3232+pip-log.txt
3333+pip-delete-this-directory.txt
3434+3535+# Unit test / coverage reports
3636+htmlcov/
3737+.tox/
3838+.coverage
3939+.cache
4040+nosetests.xml
4141+coverage.xml
4242+4343+# Translations
4444+*.mo
4545+*.pot
4646+4747+# Django stuff:
4848+*.log
4949+5050+# Sphinx documentation
5151+docs/_build/
5252+5353+# PyBuilder
5454+target/
+2
README.md
···11+# GT3630
22+James Liu and Alex Huynh assignment code for CS 3630