# setup.py
build
dist
*.egg*

# Python
*.pyc
*.pyo

# IDEs
.idea

# SMAC output
runhistory.json
target_algo_runs.json

# Other
.tox
.coverage
.pypirc
.ipynb_checkpoints/
*.ipynb
*~
.html/
.mypy_cache/

#eclipse files
.pydevproject
.project

# generated by doc
doc/main_options.rst
doc/scenario_options.rst
doc/smac_options.rst
doc/apidoc
