# IDE clutter #
###############
.idea
venv

# Execution clutter #
#####################
__pycache__
.ipynb_checkpoints
dataset
pickles
*.csv
results/
*.pkl

# Documentation clutter #
#########################
docs/_build
docs/README.md
docs/agentMET4FOF_tutorials
docs/CHANGELOG.md
docs/CONTRIBUTING.md
docs/CODE_OF_CONDUCT.md

# Build clutter #
#################
*.egg-info/

# Test clutter #
################
test-results/
.hypothesis/
.coverage*