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

# Build
build/
dist/

# Virtual envs
.venv/
venv/

# IDE
.vscode/
.idea/
