https://github.com/dhimmel/hetio
Revision 558e3791654b4e97de688a7c3d5a53bf615fbc73 authored by Daniel Himmelstein on 28 March 2017, 13:51:44 UTC, committed by Daniel Himmelstein on 28 March 2017, 13:51:44 UTC
1 parent 488d603
Raw File
Tip revision: 558e3791654b4e97de688a7c3d5a53bf615fbc73 authored by Daniel Himmelstein on 28 March 2017, 13:51:44 UTC
Travis: github releases use @hetio-release-bot
Tip revision: 558e379
.gitignore
README.rst

# Created by https://www.gitignore.io/api/python,ipythonnotebook,linux,osx

### Python ###
# 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/


### IPythonNotebook ###
# Temporary data
.ipynb_checkpoints/


### Linux ###
*~

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*


### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
back to top