# MLWatch data and artifacts
*.db
*.sqlite
*.sqlite3
*.duckdb

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
eggs/
*.eggs/
sdist/
wheels/
*.whl
.eggs/

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

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Distribution
*.tar.gz
*.whl

# OS
.DS_Store
Thumbs.db
*.log

# MLWatch specific
.mlwatch/
mlwatch_reports/
