# project-specific files
*.ipynb
dummy.csv

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.ruff_cache/
.pytest_cache/
# Virtual environments
.venv
.coverage
