# SPDX-License-Identifier: LGPL-3.0-only
# Copyright 2026 Canonical Ltd.

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

# Virtual environments
.venv/

# Testing and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Editor / agent scratch
.claude/
*.swp
.DS_Store
