*.pyc
*.pyo
*.npy
*.dat
*.json
*.incon
*.png
*.csv
*.xyz

# Sphinx
doc/source/reference/api/

# Files created by releasenotes build
releasenotes/build

# Packages/installer info
*.eggs
*.egg
*.egg-info
dist
build

# Other
AUTHORS
ChangeLog

# Editor files
*~
*.swp

# virtualenv
env_*/