# Rust build artifacts
/target/

# IDE / Editor directories
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Environment files
.env
.env.local

# Test outputs
*.gif
*.webm
*.mp4
build_test/

# Logs
*.log

# Old npm-based MCP server (replaced with integrated Rust implementation)
/mcp-server/
