# Locally generated example datasets
/generated/
*.pyc


# Ignore Pycharm .idea directory
.idea/

# Ignore virtual environment folder
.venv/
vend/
env/
.pytest_cache/
.ruff_cache/
.coverage
coverage.json
coverage.xml
htmlcov/
site/
.migration-*/
.bids-first-*/

*.log
!examples/eyelink_target_absent/*.log
*pyxations.egg-info
*/build
*.ipynb_checkpoints
dist/

# Ignore vscode
/.vscode 

.blackignore

# mkdocs-jupyter caches executed notebooks here
.cache/
