# Python bytecode
*.pyc

# vim swap files
*.swp
*.*~

# Documentation intermediates
doc/source/reference/generated
doc/build

# build directories
build
dist

# data and sandbox
data
sandbox
