Skip to content

Commit

Permalink
Update pre-existing master deep learning code
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-astudillo committed Jan 28, 2018
1 parent b2cec4b commit d29fbf4
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 661 deletions.
74 changes: 71 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,72 @@
<<<<<<< HEAD
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
bin
var
sdist
wheelhouse
develop-eggs
.installed.cfg
lib
lib64
venv*/
pyvenv*/

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
.coverage.*
nosetests.xml
coverage.xml
htmlcov

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
*.iml
*.komodoproject

# Complexity
output/*.html
output/*/index.html

# Sphinx
docs/_build

.DS_Store
*~
.*.sw[po]
.build
.ve
.env
.cache
.pytest
.bootstrap
.appveyor.token
*.bak
*.pyc
/LXMLS_Toolkit.egg-info/
/build/
/dist/
LXMLS_Toolkit.egg-info
build
dist
.ipynb_checkpoints/
*.swp
*.pred

0 comments on commit d29fbf4

Please sign in to comment.