# Shared
dist
coverage
.env
.env.*
!.env.example
*.log
.DS_Store

# Node.js
node_modules

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

# .NET
bin/
obj/
artifacts/
*.user
.vs/
TestResults/
