# Rust build artifacts
**/target/
**/*.rs.bk

# Git
.git/
.github/
.gitignore

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Local collaboration / editor state
.kiro/
.serena/

# Build artifacts
**/build/
**/*.o
**/*.so
**/*.a
**/*.dylib

# Test artifacts
components/nginx-module/tests/build/

# Documentation (if not needed for build)
*.md
!README.md

# Logs
*.log

# Temporary files
tmp/
temp/
*.tmp
