# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

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

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

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

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/

# Mac junk
.DS_Store

# PC junk
*.bak

# custom
# ======
#
# iPython notebook checkpoints

freqdemod/docs/.ipynb_checkpoints/*

# html; it is generated from other source files
*.html

# HDF5 files generated during unit testing
*.h5
