# .NET
[Bb]in/
[Oo]bj/
.vs/
.idea/
*.user
*.suo
*.nupkg
*.snupkg
TestResults/
artifacts/
/output/

# Build sources are versioned even when a global ignore excludes build folders.
!/build/
!/build/**
/build/**/[Bb]in/
/build/**/[Oo]bj/

# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
*.egg-info/
dist/
uv.lock

# Local data
.env
.env.*
.DS_Store
*.rvt
*.rfa
*.log
docs/screenshots/raw/

# Documentation site
site/
