# ──────────────────────────────────────────────
# OS / Editor
# ──────────────────────────────────────────────
.DS_Store
Thumbs.db
Desktop.ini

.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# ──────────────────────────────────────────────
# JavaScript / TypeScript
# ──────────────────────────────────────────────
node_modules/
dist/
*.tsbuildinfo
.npm
.eslintcache
.parcel-cache

# ──────────────────────────────────────────────
# Python
# ──────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
*.pyd
.venv/
venv/
env/
.env
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

# ──────────────────────────────────────────────
# Go
# ──────────────────────────────────────────────
go/bin/
go/pkg/
*.exe
*.out

# ──────────────────────────────────────────────
# C#
# ──────────────────────────────────────────────
bin/
obj/
*.user
*.suo
*.vs/
*.nupkg
TestResults/

# ──────────────────────────────────────────────
# Java / Kotlin
# ──────────────────────────────────────────────
target/
*.class
*.jar
*.war
.gradle/
build/

# ──────────────────────────────────────────────
# Rust
# ──────────────────────────────────────────────
target/

# ──────────────────────────────────────────────
# Misc
# ──────────────────────────────────────────────
*.log
*.tmp
*.swp
*.bak
