# RulesGuard ignore patterns
# One pattern per line, supports glob patterns
# Lines starting with # are comments

# Build artifacts
dist/
build/
*.egg-info/

# Dependencies
.venv/
venv/
node_modules/

# IDE files
.vscode/
.idea/

# Test fixtures (if they contain intentional malicious patterns)
# tests/fixtures/malicious/
