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

# Virtual environments
.venv

# study
study/

# mypy
.mypy_cache

# ruff
.ruff_cache

# vscode
.vscode
