__pycache__/
*.py[cod]
*$py.class

*.so

build/
dist/
*.egg-info/
.eggs/

.venv/

pip-log.txt
pip-delete-this-directory.txt

htmlcov/
.coverage
.coverage.*
.cache
pytest_cache/

*.manifest
*.spec

.vscode/
.idea/
*.swp
*.swo

.DS_Store
Thumbs.db

# project-specific

data/
output/
AutogluonModels/