# Python internal files
__pycache__/
*.py[cod]

# Distribution / packaging
build/
dist/
*.egg-info/

# Testing
.coverage

# Virtual environment
.venv

# Internal data
/data

# exclude reports
/honcaml_reports
*.html

# Exclude tags
TAGS

# Non-source docs
*.pdf
*.gif
*.webm

# Paper main directories
paper/data
paper/environments
paper/predictions
paper/results

# Paper framework executions
paper/structured_data*
paper/.dataset.csv
paper/.honcaml
paper/AutogluonModels
paper/flaml.log
paper/hyperopt
paper/.lock_preprocessing
