# Node
node_modules/
dist/
*.tsbuildinfo

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

# Go
vendor/

# Java
target/
*.class
*.jar

# Rust
target/

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

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

# OS
.DS_Store
Thumbs.db

# Environment
*.env
*.env.local

# Coverage & test output
coverage/
*.lcov
tests/conformance/*.json
