*~
*#
__pycache__/
*/__pycache__/
*.py[cod]
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
# lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
*.pkl

.pytest_cache/

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*cover
.hypothesis/

# PyCharm editor
.idea/

# Notebooks
.ipynb_checkpoints/

# VS Code
.vscode

# Ignore fetched datasets
skrub/datasets/data/*

# Generated files for doc
doc/_build
doc/auto_examples
doc/generated
doc/generated_for_index
doc/reference/generated
doc/CHANGES.rst
doc/RELEASE_PROCESS.rst
doc/CONTRIBUTING.rst
doc/sg_execution_times.rst
.DS_Store
doc/_templates/demo_table_report_generated.html
doc/reference/*.rst

# Pkl files for benchmarks
benchmarks/*.pkl

# Default JupyterLite content
jupyterlite_contents

# Pixi folder
.pixi/

# python virtual environment
.venv
venv
env_skrub
