# Dependencies
node_modules/
.pnpm-store/

# Build outputs
dist/
build/
*.egg-info/

# TypeScript
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.venv/
venv/
*.whl
*.tar.gz
.hypothesis/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Test coverage
coverage/
htmlcov/
.coverage

# Logs
*.log
npm-debug.log*

# Environment
.env
.env.local
.env.*.local

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
go.work
go.work.sum

# .NET
bin/
obj/
*.nupkg
*.user
*.suo
TestResults/

# Java
target/
*.class
*.jar
*.war
*.ear
*.iml
*.iws
*.ipr
.classpath
.project
.settings/

# Ruby
*.gem
Gemfile.lock
.bundle/

# Generated files (exclude ExampleAssets)
*.docx
*.pdf
*.html
!ExampleAssets/**
convert-template.js
generate-all-pdfs.js
test-php-sdk/
