# Build artifacts
bin/
*.o
*.out
*.exe
*.app
*.dSYM/

# Compiled files
*.class
*.jar
*.beam
*.pyc
*.pyo
__pycache__/

# Dependencies
node_modules/
target/
vendor/

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

# OS files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.temp
*.log

# Language specific
# C/C++
*.d
*.hi

# D
*.o

# Erlang
erl_crash.dump

# Go
*.test

# Haskell
*.hi

# Java
*.class

# Julia
*.jl.cach
*.jl.mem

# Kotlin
*.class

# Lua
*.luac

# Nim
nimcache/

# Odin
*.o

# Rust
target/

# Swift
.build/
Package.resolved

# TypeScript
*.js
*.js.map
*.d.ts

# Wolfram
*.wls

# Vim
*.swp
*.swo

# Test results
test_results/
*.test

# Profiling
*.prof
*.profdata