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

# Test / tooling
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp

# .NET extractor build artifacts
src/bumpguard/providers/dotnet/extractor/bin/
src/bumpguard/providers/dotnet/extractor/obj/
src/bumpguard/providers/dotnet/extractor/_build/
