# ignore some commonly problematic files

# python compiled files
*.pyc
*.pyo
__pycache__

# testing stuff
.pytest_cache

# i18n translation files
*.pot
*.mo

# emacs backups
*~
\#*\#

# Mac OSX
.DS_Store

# Other generated files
htmlcov
.coverage
MANIFEST
 
# Sphinx
doc/_build

# TeX products
*.aux
*.log
*.pdf
*.toc

# pip "in-place" build files and version.py file
build
sdist
*.egg-info
version.py

# Other
.cache
.tox
