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

# Build
build/
dist/

# Virtualenv
.venv/
venv/

# IDE
.vscode/
.idea/
