# Compiled python modules.
**/*.pyc
# log files
**/*.log
# Setuptools distribution folder.
arangopipe/dist/
# Remove the build directory from repo
arangopipe/build/
# Remove the data dir for the pytorch examples from repo
arangopipe/tests/pytorch/.data/
#mlruns folder
/arangopipe/tests/mlflow/mlruns/
# Python egg metadata, regenerated from source files by setuptools.
arangopipe/*.egg-info
#ipynb checkpoints
.ipynb_checkpoints
*/.ipynb_checkpoints/*
#OSX DS_Store
**/*.DS_Store
