# Build artifacts
target/
*.o
*.so
*.a

# Git
.git/
.gitignore
.gitattributes

# CI/CD
.github/

# Documentation
*.md
!README.md
docs/

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

# Misc
.DS_Store
Thumbs.db

# Other languages
npm/
python/
