# Shared
dist
coverage
.env
.env.*
!.env.example
*.log
.DS_Store

# Node.js
node_modules

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

# Java
target/
*.class
.mvn/
mvnw
mvnw.cmd

# .NET
bin/
obj/
artifacts/
*.user
.vs/
TestResults/

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