# Python-generated files
__pycache__/
__marimo__
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.python-version

# Language setup
.ruby-lsp

# IDE
.vscode

# Cache dirs
.pytest_cache/
.ruff_cache/
.mypy_cache/
.DS_Store

# test dirs
src/measures/ModifyXML/tests/run
tests/modifications
tests/run
tests/results/

# Developer files
*_playground.py
*_playground.ipynb
