
# Compiled python modules.
*.pyc

# Compiled c code
slabbe/*.c

# logs
logs/*

# Setuptools distribution folder.
/dist/

# Setuptools build folder
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info

# Documentation
docs/build

# IPython checkpoints
demos/.ipynb_checkpoints/

