# billdogeng-* SDK fleet — build & dependency artifacts (do not commit)

# JS / TS (node, react, vue, next, svelte, angular, nuxt, astro, capacitor-eng)
**/node_modules/
**/dist/
**/.next/
**/.nuxt/
**/.svelte-kit/
**/.astro/
**/*.tsbuildinfo

# Python
**/__pycache__/
**/.venv/
**/*.egg-info/
**/.pytest_cache/
**/build/
**/.mypy_cache/

# PHP
php/vendor/
**/composer.lock

# Ruby
ruby/.bundle/
**/Gemfile.lock
**/*.gem

# Java / Gradle
**/.gradle/
java/build/
**/*.class

# Rust
rust/target/
**/Cargo.lock

# .NET
**/bin/
**/obj/

# Elixir
elixir/_build/
elixir/deps/
**/*.ez

# Go
**/*.test
