# Compiled binaries
bin/
*.out

# Logs
*.log

# Python cache
__pycache__/
*.pyc

# OS files
.DS_Store
Thumbs.db

# Build artifacts
*.o
*.obj
*.a
*.so

# Test compiled binaries (source is .nim, binaries have no extension)
tests/test_all
tests/test_bash
tests/test_nim
tests/test_php

# Editor files
*.swp
*.swo
*~
