**/.DS_Store
**/.vscode
**/*.mp4
**/*.npy
**/*.png
**/*.gif
**/*.ipynb
**/*.cpp
**/nohup.out
benchmark
wheelhouse
.pytest_cache


**/dask-worker-space/**

docs/source/misc/checkpoint


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

 **/*.ipynb_checkpoints/



# files which are in pytest
tests/!archive/*
tests/scratch*
tests/!archive_tests/*
tests/!experimental/*

pymoo/cache/
pymoo/cache/*
pymoo/data
pymoo/docs/build
pymoo/docs/nbconvert
.claude
.kiro


benchmark/runs/*

# any video or other output file
*.mp4


.idea/
.kiro/


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

# 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/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# Package manager lock files
uv.lock
