# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
piff/*.pyc
piff/*.py~
.gitignore~

# 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
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log

# PyBuilder
target/

#Ipython Notebook
.ipynb_checkpoints

# Vim swap files
.*.swp

# Sphinx documentation is in gh-pages directory on my Mac.
# It's really another repo, not part of this one, so don't include it in this repo.
# cf. http://raxcloud.blogspot.com/2013/02/documenting-python-code-using-sphinx.html
# for instructions about how to set this up.  (Although now that it's been set up once,
# just do `git checkout gh-pages` in that directory, not --orphan.)
gh-pages

# Profile output
prof.out
