# Reference repos (not part of this package)
LightGBM/
ngboost/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
env/
venv/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# OS files
.DS_Store
Thumbs.db

# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml

# Documentation build output
site/

# Benchmark data (downloaded on first run) and results (machine-specific)
benchmarks/data/
benchmarks/results/
