# Ignore all derivatives
example_dataset_derivatives/
example_dataset/
*.pyc


# Ignore Pycharm .idea directory
.idea/

# Ignore virtual environment folder
.venv/
vend/
env/
.pytest_cache/

*.log
*pyxations.egg-info
*/build
*.ipynb_checkpoints
dist/

# Ignore vscode
/.vscode 

.blackignore
