#system files
.DS_Store

# git files
.git

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

# Virtual environments
.venv

# cache files
nohup.out
.ruff_cache

# checkpoints
.ipynb_checkpoints

# temp files
tryout*
Untitled*

# xml files
_import.xml

# test data

