# Virtual environment
.venv/

# Build artifacts
dist/
build/
*.egg-info/

# Test and coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/
