# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
*.pyo

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environment
.venv/
venv/
ENV/
env/
.env

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
htmlcov/
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Docs
docs/site/
site/

# Reports (generated output)
*.html
!DissectML.html
!src/dissectml/report/templates/
!src/dissectml/report/assets/

# Temporary files
*.tmp
*.bak
*.stackdump

# CatBoost training cache
catboost_info/

# Windows
desktop.ini
