# Git
.git
.gitignore

# Documentation
*.md
docs/
dev-docs/

# Binaries and build artifacts
pulse
backend
/pulse-host-agent
/pulse-host-agent-*
/pulse-docker-agent
/pulse-server
bin/
dist/
frontend/
frontend-modern/public/download/
frontend-modern/public/pulse-host-agent*
frontend-modern/dist/
scripts/macos/dist/
*.exe
*.dll
*.so
*.dylib

# Dependencies
node_modules/
vendor/

# Logs
*.log

# Test files
testing-tools/
*_test.go
*.test

# Development files
.env
.env.local
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# CI/CD
.github/
.gitlab-ci.yml

# Temporary files
*.tmp
*.temp
*~
