# Target directory
# Ignore build artifacts by default, but allow prebuilt artifacts under target/bin/
target/
!target/bin/
!target/bin/**

# Git
.git/
.gitignore

# Documentation
*.md
docs/

# Examples and tests
!examples/
!examples/**
tests/
benches/

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

# CI/CD
.github/

# Temporary files
*.tmp
*.log
