# IDE
.idea/
.vscode/
*.iml

# Python
*/__pycache__/*
*.py[cod]
dist/
.pytest_cache/

# Virtual environments
.venv/
.ruff_cache/
.pytest_cache/
