# .NET build artifacts
bin/
obj/
*.dll
*.exe
*.pdb
*.user
*.cache
*.suo
*.userprefs
*.sln.docstates
publish/

# Node.js
node_modules/
dist/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity

# TypeScript
*.tsbuildinfo
*.d.ts.map

# IDE files
.vscode/
.vs/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Build outputs
artifacts/
*.tar.gz
*.tgz

# Generated TypeScript package (created during build/CI)
src/TypesPackage/

# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Package Registry
.npmrc

# Test coverage
coverage/
*.lcov

# Temporary files
*.tmp
temp/