.DS_Store

# Editors and local environments
.env
.env.*
!.env.example
.idea/
.vscode/

# JavaScript / TypeScript
node_modules/
dist/
.next/
*.tsbuildinfo

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

# Test and coverage output
coverage/
.coverage
htmlcov/

# mitmproxy runtime log
integrations/gateway/mitmproxy/log

# Higress WASM plugin build output (make build / make push)
integrations/gateway/higress/plugin.wasm
integrations/gateway/higress/plugin.tar.gz
