# Binaries
memg
*.exe
*.dll
*.so
*.dylib

# Test artifacts
*.test
*.out
coverage.html
coverage.txt

# Dependency cache
vendor/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env

# Local config (may contain API keys)
memg.json
memg.config.json

# SQLite databases
*.db
*.db-journal

# Build output
/bin/
/dist/

# Sensitive files
*.pem
*.key
