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

# uv / virtual environments
.venv/

# Tooling caches
.pytest_cache/
.ruff_cache/

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

# coverage
.coverage
coverage.xml
htmlcov/

# snapshot test report
snapshot_report.html
