# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
build/
dist/

# Virtualenvs
.venv/
.venv-*/
venv/

# Editors / OS
.idea/
.vscode/
.DS_Store
