Skip to content

Commit

Permalink
Merge pull request #52 from stevenweaver/master
Browse files Browse the repository at this point in the history
adding python gitignore file
  • Loading branch information
kemaleren authored Nov 16, 2017
2 parents a3de10b + 650afbb commit ec28df3
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
61 changes: 61 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

#config files
*.config
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ joblib==0.11 # via pomegranate
networkx==1.9
numpy==1.13.3
pandas==0.20.3
pomegranate==0.7.7
pomegranate==0.8.1
python-dateutil==2.6.1 # via pandas
pytz==2017.2 # via pandas
scikit-learn==0.19.0
Expand Down

0 comments on commit ec28df3

Please sign in to comment.