# .gitignore file
 
# Backup files
*~

# Lock files used by the Emacs editor.
.\#*

# Temporary files used by editors.
*.swp
*.orig
*.bak

# A hidden file created by the Mac OS X Finder.
.DS_Store

# python byte-code files
*.pyc
*.pyo

# Build/dist files
source/dist/*
source/build/*
source/pydicom.egg-info/*
source/distribute*.egg
source/distribute*.tar.gz
py3source
source/.tox/*

# Docs build
docs/_build/*

# coverage.py files
source/dicom/test/.coverage
source/dicom/test/htmlcov

# PyCharm IDE files
*.idea*
