# Bytecode and Python caches
__pycache__/
*.py[cod]
*.$py.class

# Virtual environments
.venv/
venv/
env/
ENV/

# OS and editor artifacts
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Test and tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/

# Generated model outputs and experiment artifacts
artifacts/

# Autogenerated checkpoints/models/serialized objects
*.pkl
*.joblib
*.onnx
*.h5
*.pt
*.pth
*.bin

# Local datasets (keep code/reports and lockfile tracked separately)
NewComfModelData.csv
NewModelV3.csv
ComforterDatasetVal.csv
IllnessSeverityScores.csv
MergedData.csv
# Local runtime logs
*.log
