__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
*.env
.tox/
.pytest_cache/
.coverage
.mypy_cache/
.ruff_cache/
*.so

# Test & coverage reports
coverage.xml
test-results.xml
htmlcov/
