# Byte-compiled / optimized / cache
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
!plugins/foundry-agent-starter-kit/com.github.copilot/extensions/foundry-agent-playground/renderer/dist/
!plugins/foundry-agent-starter-kit/com.github.copilot/extensions/foundry-agent-playground/renderer/dist/playground-client.js
*.egg-info/
*.egg
.eggs/

# Node / docs site
node_modules/
.astro/

# Virtual environments
.venv/
.wheel-venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pytype/
target/

# Local lifecycle evidence can contain private execution data
.castia/
packages/rust/$temp/

# Environment / secrets
.env
.env.*

# Editors / OS
.vscode/
.idea/
.DS_Store
