# test data
*.xls
*.xlsx

# python things
*.pyc
*.pyo
*.pyd
__pycache__/

.pytest_cache/
.ruff_cache/
.venv/