# Build artifacts
target/

# Git repository
.git/

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

# OS-specific files
.DS_Store
Thumbs.db

# Log files
*.log

# Environment files
.env
.env.local
.env.*.local

# Temporary files
tmp/
temp/
*.tmp
*.temp

# Security-sensitive files
*.pem
*.key
*.crt
*.p12
*.pfx
.ssh/

# Node.js (if applicable)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Docker
.dockerignore

# Test artifacts
coverage/
.nyc_output/

# Build output
.cache/
dist/
build/
